CLI Overview
The universal-plugin CLI transforms a canonical .plugin/plugin.json into vendor-specific manifests.
Invocation
Section titled “Invocation”Always pin to an exact version in hooks and CI:
# One-offnpx universal-plugin@latest --help
# Scripting (pin)npx universal-plugin@$(npm view universal-plugin version) <command>Commands
Section titled “Commands”| Command | Purpose |
|---|---|
build | Generate vendor manifests from .plugin/plugin.json |
Output formats
Section titled “Output formats”Most subcommands accept --format:
| Value | Consumer | Output |
|---|---|---|
| (default) | Humans | Tables, aligned fields |
--format json | Scripts / pipelines | Flat JSON |
--json is a deprecated alias for --format json.