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.
1 parent 685cb2c commit eba0119Copy full SHA for eba0119
configuration/secrets.rst
@@ -212,9 +212,9 @@ Listing the secrets will now also display the local variable:
212
DATABASE_PASSWORD "dev value" "root"
213
------------------- ------------- -------------
214
215
-Symfony also provides the ``secrets:decrypt-to-local`` command to decrypts
216
-all secrets and stores them in the local vault and ``secrets:encrypt-from-local``
217
-to encrypt all local secrets to the vault.
+Symfony also provides the ``secrets:decrypt-to-local`` command which decrypts
+all secrets and stores them in the local vault and the ``secrets:encrypt-from-local``
+command to encrypt all local secrets to the vault.
218
219
Secrets in the test Environment
220
-------------------------------
0 commit comments