Flagship CLI Reference V1.X.X (deprecated)
NAME
flagship - manage Flagship resources and developer workflow
SYNOPSIS
flagship _COMMAND_ [--token = TOKEN, -t TOKEN] [--output-format = FORMAT, -f FORMAT] [--config = CONFIG_FILE, -c CONFIG_FILE] [--help, -h]
DESCRIPTION
The Flagship CLI manages authentication, developer workflow, and interactions with the Remote Control API.
For a quick introduction to the Flagship CLI, a list of commonly used commands, and a look at how these commands are structured, see the Flagship CLI cheat sheet.
GLOBAL FLAGS
--token = _TOKEN_
The CLI token is used to invoke all HTTP methods in the Remote Control API. Overrides the property set in the credentials.
--output-format = _FORMAT_
The output format for printing command output resources. The default is table for compatible table format, other is json. The supported formats are: json-pretty, table, json
--help
Display detailed help.
--config = _CONFIG_FILE_
The config file contains the client id, client secret, account id and account environment id in order to generate the token, and also output format, token etc...
COMMANDS
Notice
Make sure you have the right scope in your client id, client secret and token, when you run any command related to flagship resources such as project, campaign, flag etc...
Set and use the configurations based on the credentials of your flagship account.
Manage your projects
Manage your campaigns
Manage panic mode
Manage your targeting keys
Manage your flags
Manage your users
Manage your variations
Manage your variation groups
Manage your token
Manage your goals
Analyze your codebase using the codebase analyzer
Show information related to the Flagship CLI
resource (Experimental)
Load your flagship resource
Updated 3 months ago