tailorctl workspace function registry list

List all functions registered in the function registry.

Usage

tailorctl workspace function registry list [flags]

Flags

  -f, --format string   output format (table, json) (default "table")
  -h, --help            help for list

Flags inherited from parent commands

  -w, --workspace_id string   workspace ID (overrides active context)

Examples

tailorctl workspace function registry list
tailorctl workspace function registry list --format json

See also