php bin/console secrets:decrypt-to-local

Decrypts all secrets and stores them in the local vault

Usage

secrets:decrypt-to-local [-f|--force]

Options

-f,   --force   Forces overriding of secrets that already exist in the local vault 

Help

The secrets:decrypt-to-local command decrypts all secrets and copies them in the local vault.

    bin/console secrets:decrypt-to-local

When the option --force is provided, secrets that already exist in the local vault are overriden.

    bin/console secrets:decrypt-to-local --force