in Notation.Plugin.AzureKeyVault/Program.cs [100:120]
static void PrintHelp()
{
Console.WriteLine(@$"notation-azure-kv - Notation - Azure Key Vault plugin
Usage:
notation-azure-kv <command>
Version:
{GetPluginMetadata.Version}
Commit Hash:
{GetPluginMetadata.CommitHash}
Commands:
describe-key Azure key description
generate-signature Sign artifacts with keys in Azure Key Vault
get-plugin-metadata Get plugin metadata
Documentation:
https://github.com/notaryproject/notaryproject/blob/v1.0.0/specs/plugin-extensibility.md#plugin-contract");
}