maton function list

maton function list [flags]

List the functions in your Maton account.

With --owner ALL the listing covers the public corpus rather than your account, so the only visibility it can return is PUBLIC.

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 functions to fetch (0 = no limit)
--owner <string>
Whose functions to list: {SELF|ALL}
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"
--visibility <string>
Filter by visibility: {PRIVATE|PUBLIC|UNLISTED}

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 ls, maton function ls

JSON Fields

account_id, description, function_id, name, runtime, star_count, url, view_count, visibility

Examples

$ maton function list
$ maton function list --visibility PUBLIC
$ maton function list --owner ALL
$ maton function list --json function_id,name,url

See also