goal

Manage your goals

abtasty-cli feature-experimentation goal create

NAME

abtasty-cli feature-experimentation goal create - Create a goal

SYNOPSIS

abtasty-cli feature-experimentation goal create [-d DATA_RAW | --data-raw = DATA_RAW]

DESCRIPTION

    Create a goal in your account

EXAMPLES

abtasty-cli feature-experimentation 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...


abtasty-cli feature-experimentation goal list

NAME

abtasty-cli feature-experimentation goal list - List all goals

SYNOPSIS

abtasty-cli feature-experimentation goal list [--output-format = OUTPUT_FORMAT [table|json|json-pretty]]

DESCRIPTION

    List all goals in your account

EXAMPLES

abtasty-cli feature-experimentation 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.


abtasty-cli feature-experimentation goal get

NAME

abtasty-cli feature-experimentation goal get - Get a goal

SYNOPSIS

abtasty-cli feature-experimentation goal get [-i GOAL_ID | --id = GOAL_ID]

DESCRIPTION

    Get a goal in your account

EXAMPLES

abtasty-cli feature-experimentation 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.


abtasty-cli feature-experimentation goal edit

NAME

abtasty-cli feature-experimentation goal edit - Edit a goal

SYNOPSIS

abtasty-cli feature-experimentation goal edit [-i GOAL_ID | --id = GOAL_ID] [-d DATA_RAW | --data-raw = DATA_RAW ]

DESCRIPTION

    Edit a goal in your account

EXAMPLES

abtasty-cli feature-experimentation 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...


abtasty-cli feature-experimentation goal delete

NAME

abtasty-cli feature-experimentation goal delete - Delete a goal

SYNOPSIS

abtasty-cli feature-experimentation goal delete [-i GOAL_ID | --id = GOAL_ID]

DESCRIPTION

    Delete a goal in your account

EXAMPLES

abtasty-cli feature-experimentation goal delete -i GOAL_ID

REQUIRED FLAGS

--id = _GOAL_ID_

    The id of the goal you want to delete