Skip to content

Instantly share code, notes, and snippets.

@uselessdev
Last active May 22, 2016 01:11
Show Gist options
  • Save uselessdev/9aa410075ac3434eaf2c66a4a447f37d to your computer and use it in GitHub Desktop.
Save uselessdev/9aa410075ac3434eaf2c66a4a447f37d to your computer and use it in GitHub Desktop.

WP-CLI

Remember list

# Reference: https://wp-cli.org/commands/core/

$ wp core download --locale=(idioma) --path=(path) && cd path
$ wp core config --dbname=(database) --dbuser=homestead --dbpass=secret

$ wp core install --url=(url) --title=(title) \
--admin_user=(admin) --admin_password=(senha) --admin_email=(email) [--skip-email]

# Update 
$ wp core update
$ wp core language update
$ wp plugin update [--all|plugin-name]

Links importantes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment