docs: show app secret rm example

Closes toolshed/abra#558
This commit is contained in:
2025-08-12 21:34:57 +02:00
parent 2c91d2040e
commit 952d768ab0

View File

@ -233,6 +233,7 @@ var AppSecretRmCommand = &cobra.Command{
Use: "remove <domain> [[secret] | --all] [flags]", Use: "remove <domain> [[secret] | --all] [flags]",
Aliases: []string{"rm"}, Aliases: []string{"rm"},
Short: "Remove a secret", Short: "Remove a secret",
Example: " abra app secret rm 1312.net oauth_key",
Args: cobra.RangeArgs(1, 2), Args: cobra.RangeArgs(1, 2),
ValidArgsFunction: func( ValidArgsFunction: func(
cmd *cobra.Command, cmd *cobra.Command,