We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f5bc4 commit 4407d88Copy full SHA for 4407d88
internal/namespaces/secret/v1beta1/secret_cli.go
@@ -43,7 +43,7 @@ func GetGeneratedCommands() *core.Commands {
43
}
44
func secretRoot() *core.Command {
45
return &core.Command{
46
- Short: `This API allows you to conveniently store, access and share sensitive data such as passwords, API keys and certificates`,
+ Short: `Secret Manager API`,
47
Long: `This API allows you to conveniently store, access and share sensitive data such as passwords, API keys and certificates.`,
48
Namespace: "secret",
49
0 commit comments