6.2.List all options

6.2.List all options

Lists all server configuration options and their current values.

wp admintools htmaker list [--format=<format>]

--format=<format>

The output format. Accepted values: table (default), json, csv, yaml.

Examples

List all options as a table:

wp admintools htmaker list

Get all options as JSON:

wp admintools htmaker list --format=json

Sample output

+---------------------+-------+| key                 | value |+---------------------+-------+| httpshost           |       || httphost            |       || symlinks            | 0     || rewritebase         | /     || fileorder           | 1     || exptime             | 1     || autocompress        | 1     || ...                 | ...   |+---------------------+-------+