trigger
Manage your triggers
abtasty-cli web-experimentation trigger list
NAME
abtasty-cli web-experimentation trigger list
- List all triggers
SYNOPSIS
abtasty-cli web-experimentation trigger list [--output-format = OUTPUT_FORMAT [table|json|json-pretty]]
DESCRIPTION
List all triggers in your account
EXAMPLES
abtasty-cli web-experimentation trigger 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 trigger get
NAME
abtasty-cli web-experimentation trigger get
- Get a trigger
SYNOPSIS
abtasty-cli web-experimentation trigger get [-i TRIGGER_ID | --id = TRIGGER_ID]
DESCRIPTION
Get a specific trigger
EXAMPLES
abtasty-cli web-experimentation trigger get -i TRIGGER_ID
REQUIRED FLAGS
--id = _TRIGGER_ID_
The id of the trigger 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