maton trigger list

maton trigger list [flags]

List the triggers in your Maton account. Use –source / –status to narrow the results.

Options

-q, --jq <expression>
Filter JSON output using a jq expression
--json <fields>
Output JSON with the specified fields
-L, --limit <int> (default 0)
Maximum number of triggers to fetch (0 = no limit)
--source <string>
Filter by source app
--status <string>
Filter by status: {ENABLED|DISABLED}
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

ALIASES

maton trigger ls

JSON Fields

connection_id, created_at, description, destinations, event_type, name, parameters, reason, source, status, trigger_id, updated_at

Examples

$ maton trigger list
$ maton trigger list --source github
$ maton trigger list --status ENABLED
$ maton trigger list --json trigger_id,source,status

See also