CLI: automation
Complete help for farthershore automation and every subcommand.
farthershore automation
Usage: farthershore automation [options] [command]
Manage platform automation rules
Options:
-h, --help display help for command
Commands:
list [businessIdOrName] List automation rules
create [options] [businessIdOrName] Create an automation rule
update [options] [businessIdOrName] [ruleId] Update an automation rule
delete [options] [businessIdOrName] [ruleId] Delete an automation rule
help [command] display help for command
farthershore automation list
Usage: farthershore automation list [options] [businessIdOrName]
List automation rules
Options:
-h, --help display help for command
farthershore automation create
Usage: farthershore automation create [options] [businessIdOrName]
Create an automation rule
Options:
--body <json> Closed request body as a JSON object
--idempotency-key <key> Required for this mutation. Generate it once and
reuse the exact value on retry.
-h, --help display help for command
farthershore automation update
Usage: farthershore automation update [options] [businessIdOrName] <ruleId>
Update an automation rule
Options:
--body <json> Closed request body as a JSON object
-h, --help display help for command
farthershore automation delete
Usage: farthershore automation delete [options] [businessIdOrName] <ruleId>
Delete an automation rule
Options:
--yes Skip confirmation; required for this destructive action
-h, --help display help for command