docs: show app secret rm example #590

Merged
decentral1se merged 1 commits from docs/558 into main 2025-08-12 19:36:11 +00:00

View File

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