Add plugin metadata generation (#485)

This commit is contained in:
Gregory Schier
2026-06-29 12:31:49 -07:00
committed by GitHub
parent 18b983bfe5
commit 09adcda2d9
8 changed files with 401 additions and 3 deletions
+4
View File
@@ -481,6 +481,10 @@ pub enum PluginCommands {
/// Install a plugin from a local directory or from the registry
Install(InstallPluginArgs),
/// Generate plugin metadata for the registry
#[command(hide = true)]
Metadata(PluginPathArg),
/// Publish a Yaak plugin version to the plugin registry
Publish(PluginPathArg),
}