0
0
forked from toolshed/abra

docs: secret removal examples

This commit is contained in:
2025-08-18 09:25:20 +02:00
parent 1aa7016789
commit 9ee094fcd7

View File

@ -148,6 +148,11 @@ var AppSecretInsertCommand = &cobra.Command{
This can be useful when you want to manually generate secrets for an app
environment. Typically, you can let Abra generate them for you on app creation
(see "abra app new --secrets/-S" for more).`,
Example: ` # insert regular secret
abra app secret insert 1312.net my_secret v1 mySuperSecret
# insert secret as file
abra app secret insert 1312.net my_secret v1 secret.txt -f`,
Args: cobra.MinimumNArgs(4),
ValidArgsFunction: func(
cmd *cobra.Command,