List config names by prefix.
drush config-list
prefix : The config prefix. For example, "system". No prefix will return all names in the system.
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"