cub function list
cub function list
List functions
Synopsis
List functions you have access to in this space
cub function list [flags]
Options
--columns strings columns to display; can be repeated or comma-separated (e.g., Slug,Labels.Environment)
-h, --help help for list
--no-headers Don't print headers for table output
-o, --output string Output format. One of: json, yaml, name, wide, mutations, jq=<expr>, yq=<expr>, custom-columns=<spec>
--quiet No default output.
--target string Target slug to list functions for
--toolchain string Toolchain type to list functions for (AND'd into --where as ToolchainType = '<toolchain>')
--unit string Unit slug to list functions for
--verbose Detailed output, additive with default output
--where string Filter expression using SQL-inspired syntax. Supports conjunctions with AND. String operators: =, !=, <, >, <=, >=, LIKE, NOT LIKE, ILIKE, ~~, !~~, ~, ~*, !~, !~*. Pattern matching with LIKE/ILIKE uses % and _ wildcards. Regex operators (~, ~*, !~, !~*) support POSIX regular expressions. Examples: "Slug LIKE 'app-%'", "DisplayName ILIKE '%backend%'", "Slug ~ '^[a-z]+-[0-9]+$'"
--worker string Worker slug to list functions for
Options inherited from parent commands
--context string The context to use for this command
--debug Debug output
--executor-space string Space ID or slug whose executor to use for builtin functions (org-level only)
--space string space ID to perform command on
SEE ALSO
- cub function - Function commands