From 9ee094fcd70ab0200fcd42cd9829abf04dc4817f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 18 Aug 2025 09:25:20 +0200 Subject: [PATCH] docs: secret removal examples --- cli/app/secret.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cli/app/secret.go b/cli/app/secret.go index c87251f0..f6a90264 100644 --- a/cli/app/secret.go +++ b/cli/app/secret.go @@ -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,