Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 741 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 741 Bytes

WP CLI Squick

Install WordPress with plugins with one command.

Installation

Usage

# create a standard wp-cli.local.yml and/or wp-cli.yml in your site directory then ...
wp squick install

Example output

$ wp squick install
Installing to /Users/username/Sites/squick/ ...
Downloading WordPress 3.8.1 (en_US)...
Success: WordPress downloaded.
Success: Created 'squick' database.
Success: Generated wp-config.php file.
Success: WordPress installed successfully.

See wp-cli.local.yml for default values.