8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
secrets:reveal
1 parent ce23225 commit 22ad2d9Copy full SHA for 22ad2d9
configuration/secrets.rst
@@ -166,6 +166,22 @@ secrets' values by passing the ``--reveal`` option:
166
DATABASE_PASSWORD "my secret"
167
------------------- ------------ -------------
168
169
+Reveal Existing Secrets
170
+-----------------------
171
+
172
+If you have the **decryption key**, the ``secrets:reveal`` command allows
173
+you to reveal a single secrets value.
174
175
+.. code-block:: terminal
176
177
+ $ php bin/console secrets:reveal DATABASE_PASSWORD
178
179
+ my secret
180
181
+.. versionadded:: 7.1
182
183
+ The ``secrets:reveal`` command was introduced in Symfony 7.1.
184
185
Remove Secrets
186
--------------
187
0 commit comments