audience
Manage your audiences
abtasty-cli web-experimentation audience list
NAME
abtasty-cli web-experimentation audience list
- List all audiences
SYNOPSIS
abtasty-cli web-experimentation audience list [--output-format = OUTPUT_FORMAT [table|json|json-pretty]]
DESCRIPTION
List all audiences in your account
EXAMPLES
abtasty-cli web-experimentation audience list
FLAGS
--output-format = _OUTPUT_FORMAT_
The output format for printing command output resources. The default format is table
. The supported formats are: json-pretty
, table
, json
.
abtasty-cli web-experimentation audience get
NAME
abtasty-cli web-experimentation audience get
- Get an audience
SYNOPSIS
abtasty-cli web-experimentation audience get [-i AUDIENCE_ID | --id = AUDIENCE_ID]
DESCRIPTION
Get a specific audience
EXAMPLES
abtasty-cli web-experimentation audience get -i AUDIENCE_ID
REQUIRED FLAGS
--id = _AUDIENCE_ID_
The id of the audience you want to display
FLAGS
--output-format _OUTPUT_FORMAT_
The output format for printing command output resources. The default format is table
. The supported formats are: json-pretty
, table
, json
.
Updated 5 days ago