flagship project

Manage your projects

flagship project create

NAME

flagship project create - Create a project

SYNOPSIS

flagship project create [-n NAME | --name = NAME]

DESCRIPTION

    Create a project in your account

EXAMPLES

flagship project create -n NAME
flagship project create -n "My project name"

REQUIRED FLAGS

--name = PROJECT_NAME

    The name of the project you want to create


flagship project list

NAME

flagship project list - List all projects

SYNOPSIS

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

DESCRIPTION

    List all projects in your account

EXAMPLES

flagship 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.


flagship project get

NAME

flagship project get - Get a project

SYNOPSIS

flagship project get [-i PROJECT_ID | --id = PROJECT_ID]

DESCRIPTION

    Get a project in your account

EXAMPLES

flagship 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.


flagship project edit

NAME

flagship project edit - Edit a project

SYNOPSIS

flagship project edit [-i PROJECT_ID | --id = PROJECT_ID] [-n NAME | --name = NAME]

DESCRIPTION

    Edit a project in your account

EXAMPLES

flagship 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


flagship project delete

NAME

flagship project delete - Delete a project

SYNOPSIS

flagship project delete [-i PROJECT_ID | --id = PROJECT_ID]

DESCRIPTION

    Delete a project in your account

EXAMPLES

flagship project delete -i PROJECT_ID

REQUIRED FLAGS

--id = PROJECT_ID

    The id of the project you want to delete


flagship project switch

NAME

flagship project switch - Switch a project status

SYNOPSIS

flagship project switch [-i PROJECT_ID | --id = PROJECT_ID] [-s STATUS | --status = STATUS [active, paused, interrupted]]

DESCRIPTION

    Switch a project status in your account

EXAMPLES

flagship 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