Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.07 KB

config-dump.md

File metadata and controls

27 lines (20 loc) · 1.07 KB

Command: config:dump

Dumps all of the processed configuration properties and their values. You can optionally add the --filter option with a search value to narrow the results.

Usage

$ ssconsole config:dump [--filter TERM]

Options

Type Name Required Description Options Default
Option --filter No Filter the config by a search term string none

Example

$ ssconsole config:dump --filter default_authenticator
+-------------------------------------+-----------------------+-----+-------------------------------------------+
| Class name                          | Property              | Key | Value                                     |
+-------------------------------------+-----------------------+-----+-------------------------------------------+
| SilverStripe\Security\Authenticator | default_authenticator |     | SilverStripe\Security\MemberAuthenticator |
+-------------------------------------+-----------------------+-----+-------------------------------------------+