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 895226d commit 0acdf7fCopy full SHA for 0acdf7f
Resources/config/console.php
@@ -298,7 +298,7 @@
298
->set('console.command.secrets_list', SecretsListCommand::class)
299
->args([
300
service('secrets.vault'),
301
- service('secrets.local_vault'),
+ service('secrets.local_vault')->ignoreOnInvalid(),
302
])
303
->tag('console.command')
304
@@ -312,7 +312,7 @@
312
->set('console.command.secrets_encrypt_from_local', SecretsEncryptFromLocalCommand::class)
313
314
315
316
317
318
;
0 commit comments