Installation
Install
Assuming you have already have WP-CLI itself, install our package by running the following command:
bash
wp package install eighteen73/wp-cli-tools
Update
Everything documented on this website assumes you are running the latest copy of this package.
To update your packages run the following command:
bash
wp package update
Contributing
If you would like to contribute:
- Create a new branch
- Commit with a clear message
- Open a pull request for review
Development Installation
During development for this package you might want want to use your local repo within WP-CLI so you can test the changes. You can do this with the following commands:
bash
# Remove the live package (if already installed)
wp package remove eighteen73/wp-cli-tools
# Install your local copy
wp package install /local/path/to/wp-cli-tools
Reverse the above when you're ready to return to the published version.