wp config

Generates and reads the wp-config.php file.

SUBCOMMANDS

Name Description
wp config shuffle-salts Refreshes the salts defined in the wp-config.php file.
wp config get Gets the value of a specific constant or variable defined in wp-config.php file.
wp config path Gets the path to wp-config.php file.
wp config has Checks whether a specific constant or variable exists in the wp-config.php file.
wp config set Sets the value of a specific constant or variable defined in wp-config.php file.
wp config list Lists variables, constants, and file includes defined in wp-config.php file.
wp config create Generates a wp-config.php file.
wp config delete Deletes a specific constant or variable from the wp-config.php file.
wp config edit Launches system editor to edit the wp-config.php file.