forked from toolshed/abra
docs: secret removal examples
This commit is contained in:
@ -148,6 +148,11 @@ var AppSecretInsertCommand = &cobra.Command{
|
|||||||
This can be useful when you want to manually generate secrets for an app
|
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
|
environment. Typically, you can let Abra generate them for you on app creation
|
||||||
(see "abra app new --secrets/-S" for more).`,
|
(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),
|
Args: cobra.MinimumNArgs(4),
|
||||||
ValidArgsFunction: func(
|
ValidArgsFunction: func(
|
||||||
cmd *cobra.Command,
|
cmd *cobra.Command,
|
||||||
|
Reference in New Issue
Block a user