WP-CLI commands for Toolset plugins.
- PHP 5.6 or higher
- Composer 1.x
- Latest versions of Toolset plugins
- WP-CLI
- Clone this repository in the plugin directory (
wp-content/plugins/
) of your WordPress site.cd wp-content/plugins git clone https://github.com/OnTheGoSystems/toolset-cli.git toolset-cli
- Install composer dependencies.
cd toolset-cli composer install
- Activate the
Toolset CLI
plugin your WordPress site.wp plugin activate toolset-cli
At the moment, four top-level commands are available. Feel free to explore them and all their available subcommands here:
Of course, when installed, the same information will be available via the wp help
command.
Please understand that this is not an official part of the Toolset plugins, but rather a tool used internally within our company, which we decided to share with our more advanced clients and Toolset users.
Therefore, the usual guarantees do not apply here, and support will be provided exclusively through this GitHub repository.
That being said, we are dedicated to keeping this tool up-to-date and grow its feature set.
You are very welcome to:
- Report problems, including issues with documentation.
- Send pull requests (we suggest reaching out to us first, if you want to contribute with a larger piece of code).
Many thanks to @baizmandesign for his contributions to this project.
Made with ❤️ for Toolset and OnTheGoSystems.