maton connection view
maton connection view <id> [flags]
Show details for an app connection by its ID.
Options
-q,--jq <expression>- Filter JSON output using a jq expression
-
--json <fields> - Output JSON with the specified fields
-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)
JSON Fields
app, connectionId, creationTime, lastUpdatedTime, metadata, method, status, url
Examples
$ maton connection view conn_abc123
$ maton connection view conn_abc123 --json status,url
$ maton connection view conn_abc123 --json metadata --jq '.metadata.team'