Skip to content

Commit

Permalink
Merge pull request #42698 from polarctos/patch-1
Browse files Browse the repository at this point in the history
Fix config encryption CLI command in guide
  • Loading branch information
radcortez authored Aug 22, 2024
2 parents 8fbbd4e + a4337a2 commit ff155e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/config-secrets.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Use the Quarkus CLI command to add a new encrypted value or encrypt an existent
****
[source, bash]
----
quarkus config set --encrypt --name=my.secret --value=1234
quarkus config set --encrypt my.secret 1234
----
_For more information about how to install the Quarkus CLI and use it, please refer to xref:cli-tooling.adoc[the Quarkus CLI guide]._
Expand Down

0 comments on commit ff155e9

Please sign in to comment.