maton trigger destination list

List a trigger’s destinations

maton trigger destination list --trigger <trigger-id> [flags]

Options

-q, --jq <expression>
Filter JSON output using a jq expression
--json <fields>
Output JSON with the specified fields
--template <string>
Format JSON output using a Go template; see "maton help formatting"
-t, --trigger <string>
Trigger ID this resource belongs to (required)

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 destinations ls, maton trigger destination ls

JSON Fields

destination_id, name, reason, status, url

Examples

$ maton trigger destination list --trigger trg_abc123
$ maton trigger destination list --trigger trg_abc123 --json destination_id,url,status

See also