Skip Navigation

[Waiting for user confirmation] Install Toolset plugins via WP CLI?

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 1 voice.

Last updated by Minesh 1 day, 11 hours ago.

Assisted by: Minesh.

Author
Posts
#2842576

Hello Toolset-Team,

is it possible to install Toolset Plugins like Types and Views via the WP CLI? We are running a WordPress Page inside a kubernetes environment. And we have to install all plugins we need on startup of the container. For example we use the plugin duplicate page and we can install it via "wp plugin install duplicate-page" from the wordpress plugin repository. Is something similar possible with toolset?

Best regards,
Josua

#2842702

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

It's not possible from the plugin repository, but you can specify a file location or url where that file contains the location where the plugin zip file is available.

You can download the plugin zips from your accounts download page:
- https://toolset.com/account/downloads/

And store those dwonloaded plugin zips in some accessible location and with the wp plugin install command point to that location. See https://developer.wordpress.org/cli/commands/plugin/install/