From 29cb15f2f0a1a8e416104b478ec898d95936a4ba Mon Sep 17 00:00:00 2001 From: Daniel Burger <48986191+danielburger1337@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:39:29 +0100 Subject: [PATCH] Document "name" argument in SecretsListCommand --- configuration/secrets.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration/secrets.rst b/configuration/secrets.rst index 653bd92f611..fb5da0942b5 100644 --- a/configuration/secrets.rst +++ b/configuration/secrets.rst @@ -166,6 +166,11 @@ secrets' values by passing the ``--reveal`` option: DATABASE_PASSWORD "my secret" ------------------- ------------ ------------- +.. versionadded:: 7.1 + + Symfony 7.1 introduced the optional ``name`` argument. + When this argument is provided, only that secret will be outputted. + Remove Secrets --------------