maton function version list

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

List a function’s code versions, newest first.

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
-L, --limit <int> (default 0)
Maximum number of versions to fetch (0 = no limit)
-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 function versions ls, maton functions version ls, maton functions versions ls, maton function version ls

JSON Fields

code_sha256, code_size, created_at, handler, runtime, version

Examples

$ maton function version list --function 9f3c1e2a-0b7d-4c11-9d2e-5f6a7b8c9d01
$ maton function version list -f 9f3c1e2a-0b7d-4c11-9d2e-5f6a7b8c9d01 --json version,created_at

See also