thedigitaloctopus / toolset-cli

WP-CLI commands for Toolset plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolset CLI

WP-CLI commands for Toolset plugins.

Requirements

Installation

  1. 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
  2. Install composer dependencies.
    cd toolset-cli
    composer install
  3. Activate the Toolset CLI plugin your WordPress site.
    wp plugin activate toolset-cli

Documentation

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.

Support and collaboration

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).

Credits

Many thanks to @baizmandesign for his contributions to this project.


Made with ❤️ for Toolset and OnTheGoSystems.

About

WP-CLI commands for Toolset plugins.


Languages

Language:PHP 100.0%