Skip to content

Commit 9710329

Browse files
committed
Tweaks
1 parent 4edcfb0 commit 9710329

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

configuration/secrets.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,14 +276,16 @@ manually store this file somewhere and deploy it. There are 2 ways to do that:
276276
This will write all the decrypted secrets into the ``.env.prod.local`` file.
277277
After doing this, the decryption key does *not* need to remain on the server(s).
278278

279-
Note the usage of the ``--exit`` option: this forces all secrets to be successfully
280-
decrypted, otherwise a non-zero exit code is returned.
279+
Note the usage of the ``--exit`` option: this ensures that all secrets are
280+
successfully decrypted. If any error occurs during the decryption process,
281+
the command will return a non-zero exit code, indicating a failure.
281282

282-
If you wish to continue regardless of errors occurring during decryption, you may omit this option.
283+
If you wish to continue regardless of errors occurring during decryption,
284+
you may omit this option.
283285

284286
.. versionadded:: 7.2
285287

286-
The ``--exit`` option was introduced in Symfony 7.2.
288+
The ``--exit`` option was introduced in Symfony 7.2.
287289

288290
Rotating Secrets
289291
----------------

0 commit comments

Comments
 (0)