flagship goal

Manage your goals

flagship goal create

NAME

flagship goal create - Create a goal

SYNOPSIS

flagship goal create [-d DATA_RAW | --data-raw = DATA_RAW]

DESCRIPTION

    Create a goal in your account

EXAMPLES

flagship goal create -d DATA_RAW

REQUIRED FLAGS

--data-raw = DATA_RAW

    The raw data contains all the info to create your goal, check the Remote Control documentation for more details

❗️

Raw data format

Note that you should insert data without spaces, line breaks, tabulation etc...


flagship goal list

NAME

flagship goal list - List all goals

SYNOPSIS

flagship goal list [--output-format = OUTPUT_FORMAT [table|json|json-pretty]]

DESCRIPTION

    List all goals in your account

EXAMPLES

flagship goal list

FLAGS

--output-format = OUTPUT_FORMAT

    The output format for printing command output resources. The default is table. The supported formats are: json-pretty, table, json.


flagship goal get

NAME

flagship goal get - Get a goal

SYNOPSIS

flagship goal get [-i GOAL_ID | --id = GOAL_ID]

DESCRIPTION

    Get a goal in your account

EXAMPLES

flagship goal get -i GOAL_ID

REQUIRED FLAGS

--id = GOAL_ID

    The id of the goal you want to display

FLAGS

--output-format OUTPUT_FORMAT

    The output format for printing command output resources. The default is table. The supported formats are: json-pretty, table, json.


flagship goal edit

NAME

flagship goal edit - Edit a goal

SYNOPSIS

flagship goal edit [-i GOAL_ID | --id = GOAL_ID] [-d DATA_RAW | --data-raw = DATA_RAW ]

DESCRIPTION

    Edit a goal in your account

EXAMPLES

flagship goal edit -i GOAL_ID -d DATA_RAW

REQUIRED FLAGS

--id = GOAL_ID

    The id of the goal you want to edit

--data-raw = DATA_RAW

    The raw data contains all the info to edit your goal, check the Remote Control documentation for more details

❗️

Raw data format

Note that you should insert data without spaces, line breaks, tabulation etc...


flagship goal delete

NAME

flagship goal delete - Delete a goal

SYNOPSIS

flagship goal delete [-i GOAL_ID | --id = GOAL_ID]

DESCRIPTION

    Delete a goal in your account

EXAMPLES

flagship goal delete -i GOAL_ID

REQUIRED FLAGS

--id = GOAL_ID

    The id of the goal you want to delete