Skip to content

Commit

Permalink
Fix config encryption CLI command in guide
Browse files Browse the repository at this point in the history
The config command in the Quarkus CLI changed.

Usage: quarkus config set [-ehk] [--verbose] NAME [VALUE]
  • Loading branch information
polarctos authored Aug 22, 2024
1 parent c75c0f4 commit a4337a2
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 a4337a2

Please sign in to comment.