bl plugin commands
Auto-generated from packages/cli/src/commands.ts. Do not edit by hand.
Regenerate: pnpm --filter bailian-cli run generate:reference.
Index: index.md
Commands in this group
| Command |
Authentication |
Description |
bl plugin install |
No Auth |
Install or upgrade an allowlisted Command Pack |
bl plugin link |
No Auth |
Link an allowlisted local Command Pack for development |
bl plugin list |
No Auth |
List installed Command Packs and their load status |
bl plugin remove |
No Auth |
Remove an installed Command Pack |
Command details
bl plugin install
| Field |
Value |
| Name |
plugin install |
| Description |
Install or upgrade an allowlisted Command Pack |
| Authentication |
No Auth |
| Usage |
bl plugin install --package <name[@version]> |
Flags
| Flag |
Type |
Required |
Description |
--package <name[@version]> |
string |
yes |
Allowlisted Command Pack package and optional version or tag |
Examples
bl plugin link
| Field |
Value |
| Name |
plugin link |
| Description |
Link an allowlisted local Command Pack for development |
| Authentication |
No Auth |
| Usage |
bl plugin link --path <directory> |
Flags
| Flag |
Type |
Required |
Description |
--path <directory> |
string |
yes |
Local Command Pack package directory |
Examples
bl plugin list
| Field |
Value |
| Name |
plugin list |
| Description |
List installed Command Packs and their load status |
| Authentication |
No Auth |
| Usage |
bl plugin list |
Flags
No command-specific flags.
Examples
bl plugin remove
| Field |
Value |
| Name |
plugin remove |
| Description |
Remove an installed Command Pack |
| Authentication |
No Auth |
| Usage |
bl plugin remove --name <package> |
Flags
| Flag |
Type |
Required |
Description |
--name <package> |
string |
yes |
Allowlisted Command Pack package name |
Examples