Skip to content

Commit

Permalink
Update secrets.go
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Apr 3, 2024
1 parent 0042a95 commit cdbb3b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/packages/cmd/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ func init() {
secretsCmd.AddCommand(secretsGetCmd)
secretsGetCmd.Flags().String("path", "/", "get secrets within a folder path")
secretsGetCmd.Flags().Bool("raw-value", false, "Returns only the value of secret, only works with one secret")
secretsGetCmd.Flags().Bool("recursive", false, "Fetch secrets from all sub-folders")

secretsCmd.Flags().Bool("secret-overriding", true, "Prioritizes personal secrets, if any, with the same name over shared secrets")
secretsCmd.AddCommand(secretsSetCmd)
Expand Down

0 comments on commit cdbb3b9

Please sign in to comment.