project
Manage your projects
abtasty-cli feature-experimentation project create
NAME
abtasty-cli feature-experimentation project create
- Create a project
SYNOPSIS
abtasty-cli feature-experimentation project create [-n NAME | --name = NAME]
DESCRIPTION
Create a project in your account
EXAMPLES
abtasty-cli feature-experimentation project create -n NAME
abtasty-cli feature-experimentation project create -n "My project name"
REQUIRED FLAGS
--name = _PROJECT_NAME_
The name of the project you want to create
abtasty-cli feature-experimentation project list
NAME
abtasty-cli feature-experimentation project list
- List all projects
SYNOPSIS
abtasty-cli feature-experimentation project list [--output-format = OUTPUT_FORMAT [table|json|json-pretty]]
DESCRIPTION
List all projects in your account
EXAMPLES
abtasty-cli feature-experimentation project 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 project get
NAME
abtasty-cli feature-experimentation project get
- Get a project
SYNOPSIS
abtasty-cli feature-experimentation project get [-i PROJECT_ID | --id = PROJECT_ID]
DESCRIPTION
Get a project in your account
EXAMPLES
abtasty-cli feature-experimentation project get -i PROJECT_ID
REQUIRED FLAGS
--id = _PROJECT_ID_
The id of the project 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 project edit
NAME
abtasty-cli feature-experimentation project edit
- Edit a project
SYNOPSIS
abtasty-cli feature-experimentation project edit [-i PROJECT_ID | --id = PROJECT_ID] [-n NAME | --name = NAME]
DESCRIPTION
Edit a project in your account
EXAMPLES
abtasty-cli feature-experimentation project edit -i PROJECT_ID -n NEW_NAME
REQUIRED FLAGS
--id = _PROJECT_ID_
The id of the project you want to edit
--name = _PROJECT_NAME_
The name you want to set for the project
abtasty-cli feature-experimentation project delete
NAME
abtasty-cli feature-experimentation project delete
- Delete a project
SYNOPSIS
abtasty-cli feature-experimentation project delete [-i PROJECT_ID | --id = PROJECT_ID]
DESCRIPTION
Delete a project in your account
EXAMPLES
abtasty-cli feature-experimentation project delete -i PROJECT_ID
REQUIRED FLAGS
--id = _PROJECT_ID_
The id of the project you want to delete
abtasty-cli feature-experimentation project switch
NAME
abtasty-cli feature-experimentation project switch
- Switch a project status
SYNOPSIS
abtasty-cli feature-experimentation project switch [-i PROJECT_ID | --id = PROJECT_ID] \[-s STATUS | --status = STATUS [active, paused, interrupted]]
DESCRIPTION
Switch a project status in your account
EXAMPLES
abtasty-cli feature-experimentation project switch -i PROJECT_ID -s STATUS
REQUIRED FLAGS
--id = _PROJECT_ID_
The id of the project you want to switch state
--status = _STATUS_
The status you want to set to the project. Only 3 values are possible: active, paused, and interrupted
Updated 3 months ago