Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 736 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 736 Bytes

These files comprise wp-cli.org. However, all command documentation is dynamically generated from the PHPDoc for each command. If you'd like to suggest command documentation changes, please submit a pull request against the primary repo. Command documentation changes are deployed to the website with each release.

Setup

  1. Install Composer.

  2. Install dev dependencies with composer install --dev

  3. Build:

vendor/bin/phake

Preview locally

  1. Install Bundler gem: gem install bundler.
  2. Install dependencies: bundle install
  3. Run jekyll serve --watch