config-list

List config names by prefix.

drush config-list

Aliases:

Arguments:

prefix : The config prefix. For example, "system". No prefix will return all names in the system.

Examples:

Return a list of all system config names.

drush config-list system

Return a list of all image styles.

drush config-list "image.style"

Return all config names as json.

drush config-list --format="json"