compozy extension
Manage Compozy extensions
compozy extension
Manage Compozy extensions
Options
-h, --help help for extensionOptions inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")Output Formats
This command displays human-readable help and its subcommand list. The inherited -o, --output and --json flags do not serialize help output.
| Format | Output |
|---|---|
human | Help and subcommand list |
json | Not emitted for help |
jsonl | Not emitted for help |
toon | Not emitted for help |
Subcommands
| Command | Description |
|---|---|
| compozy extension build | Build source into an immutable extension bundle |
| compozy extension commands | List active extension-contributed commands |
| compozy extension dev | Build and link an extension to the current workspace |
| compozy extension disable | Disable an installed extension |
| compozy extension enable | Enable an installed extension |
| compozy extension exec | Invoke an extension command through daemon tool policy |
| compozy extension init | Create an extension project from an embedded template |
| compozy extension install | Install an extension from curated, GitHub, git, or a local path |
| compozy extension list | List installed extensions |
| compozy extension logs | Read redacted logs for one extension instance |
| compozy extension provenance | Show extension provenance and trust report |
| compozy extension publish | Publish an immutable extension generation to GitHub Releases |
| compozy extension reload | Build and atomically reload a dev-linked extension |
| compozy extension remove | Remove an installed extension from disk and the registry |
| compozy extension search | Search curated and GitHub extensions |
| compozy extension status | Show extension runtime status |
| compozy extension update | Check for or install extension updates |
| compozy extension validate | Validate an extension bundle without running its code |