tailorctl workspace function registry get
Get function details from the registry. Use --format script to output the script content.
Usage
tailorctl workspace function registry get [flags]
Flags
-f, --format string output format (table, json, script) (default "table")
-h, --help help for get
-n, --name string function name (required)
Flags inherited from parent commands
-w, --workspace_id string workspace ID (overrides active context)
Examples
tailorctl workspace function registry get --name hello-world
tailorctl workspace function registry get --name hello-world --format json
tailorctl workspace function registry get --name hello-world --format script > ./script.js
See also
- tailorctl workspace function registry - Manage function registry