flagship targeting-key
Manage your targeting keys
flagship targeting-key create
NAME
flagship targeting-key create
- Create a targeting key
SYNOPSIS
flagship targeting-key create [-d DATA_RAW | --data-raw = DATA_RAW]
DESCRIPTION
Create a targeting key in your account
EXAMPLES
flagship targeting-key create -d DATA_RAW
flagship tk create -d "{\"name\":\"TARGETING_KEY_NAME\",\"type\":\"string\",\"description\":\"TARGETING_KEY_DESC\"}"
REQUIRED FLAGS
--data-raw = _DATA_RAW_
The raw data contains all the info to create your targeting key, check the Remote Control documentation for more details
Raw data format
Note that you should insert data without spaces, line breaks, tabulation etc...
flagship targeting-key list
NAME
flagship targeting-key list
- List all targeting keys
SYNOPSIS
flagship targeting-key list [--output-format = OUTPUT_FORMAT [table|json|json-pretty]]
DESCRIPTION
List all targeting keys in your account
EXAMPLES
flagship targeting-key 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 targeting-key get
NAME
flagship targeting-key get
- Get a targeting key
SYNOPSIS
flagship targeting-key get [-i TARGETING_KEY_ID | --id = TARGETING_KEY_ID]
DESCRIPTION
Get a targeting key in your account
EXAMPLES
flagship targeting-key get -i TARGETING_KEY_ID
REQUIRED FLAGS
--id = _TARGETING_KEY_ID_
The id of the targeting key 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 targeting-key edit
NAME
flagship targeting-key edit
- Edit a targeting key
SYNOPSIS
flagship targeting-key edit [-i TARGETING_KEY_ID | --id = TARGETING_KEY_ID] [-d DATA_RAW| --data-raw = DATA_RAW]
DESCRIPTION
Edit a targeting key in your account
EXAMPLES
flagship targeting-key edit -i TARGETING_KEY_ID -d DATA_RAW
REQUIRED FLAGS
--id = _TARGETING_KEY_ID_
The id of the targeting key you want to edit
--data-raw = _DATA_RAW_
The raw data contains all the info to edit your targeting key, check the Remote Control documentation for more details
Raw data format
Note that you should insert data without spaces, line breaks, tabulation etc...
flagship targeting-key delete
NAME
flagship targeting-key delete
- Delete a targeting key
SYNOPSIS
flagship targeting-key delete [-i TARGETING_KEY_ID | --id = TARGETING_KEY_ID]
DESCRIPTION
Delete a targeting key in your account
EXAMPLES
flagship targeting-key delete -i TARGETING_KEY_ID
REQUIRED FLAGS
`--id = TARGETING_KEY_ID
The id of the targeting key you want to delete
Updated 3 months ago