Skip to content

sebastiaandegeus/wp-cli-salts-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

WP-CLI Salt Command

================

Output salts to STDOUT

wp salts generate

This will grab new salts from the WordPress Salt API and output it to the STDOUT

Output salts to a file

wp salts generate --file=/absolute/path/to/file.php

This will output the salts to a file. Because the file contains the complete define() code the salts will be set by a simple require somewhere in your wp-config.php

About

Manage salts for your WordPress installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages