@ai-plugin-marketplace/cli
v0.3.1
Published
Command-line interface for the AI plugin marketplace toolkit. Provides the `aipm` binary.
Readme
@ai-plugin-marketplace/cli
The aipm binary — a thin CLI wrapper around
@ai-plugin-marketplace/core.
Install
pnpm add -D @ai-plugin-marketplace/cliCommands
| Command | Description |
| ----------------------------------- | ----------------------------------------------------- |
| aipm init [dir] | Scaffold a new plugin repo (default: cwd) |
| aipm build [path] | Build plugin artifacts (default: cwd) |
| aipm validate [path] | Run validators without modifying the filesystem |
| aipm scaffold <name> | Create a new plugin from templates |
| aipm migrate [path] | Apply schema migrations (no-op in this version) |
| aipm check-support <plugin> | Diagnose a plugin's target support envelope |
| aipm add-target <plugin> <target> | Scaffold target-specific files for an existing plugin |
| aipm list-targets | List target IDs this toolkit version knows about |
Quick start
aipm init my-plugins
cd my-plugins
aipm scaffold my-pluginUpgrading
pnpm up @ai-plugin-marketplace/cliFor major upgrades, run aipm migrate after updating to apply any schema migrations.
Links
- Architecture spec (§8.2 for CLI contract details)
- Repository
License
MIT
