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.
$ ssconsole config:dump [--filter TERM]
Type | Name | Required | Description | Options | Default |
---|---|---|---|---|---|
Option | --filter |
No | Filter the config by a search term | string | none |
$ ssconsole config:dump --filter default_authenticator
+-------------------------------------+-----------------------+-----+-------------------------------------------+
| Class name | Property | Key | Value |
+-------------------------------------+-----------------------+-----+-------------------------------------------+
| SilverStripe\Security\Authenticator | default_authenticator | | SilverStripe\Security\MemberAuthenticator |
+-------------------------------------+-----------------------+-----+-------------------------------------------+