maton function env list

List a function’s environment variables

maton function env list --function <function-id> [flags]

Options

-f, --function <string>
Function ID this resource belongs to (required)
-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)

ALIASES

maton functions env ls, maton function env ls

JSON Fields

created_at, key, type, updated_at, value

Examples

$ maton function env list --function 9f3c1e2a-0b7d-4c11-9d2e-5f6a7b8c9d01
$ maton function env list -f 9f3c1e2a-0b7d-4c11-9d2e-5f6a7b8c9d01 --json key,type

See also