Add top-level generate and publish CLI aliases

This commit is contained in:
Gregory Schier
2026-03-02 06:28:04 -08:00
parent 96e8572758
commit 876b7ef454
2 changed files with 10 additions and 0 deletions

View File

@@ -47,6 +47,14 @@ pub enum Commands {
#[command(hide = true)]
Dev(PluginPathArg),
/// Backward-compatible alias for `plugin generate`
#[command(hide = true)]
Generate(GenerateArgs),
/// Backward-compatible alias for `plugin publish`
#[command(hide = true)]
Publish(PluginPathArg),
/// Send a request, folder, or workspace by ID
Send(SendArgs),