WPC-CLI just got a fresh update. With version 1.1.2, you can now manage themes as easily as plugins. This includes creation, build, and deployment all from your terminal. This release also adds new flexibility when building archives and automating release processes.
Here’s what’s included in this version:
--clean
option removes the generated zip archive after pushing, keeping your workspace clean.Just like with plugins, having CLI access to your themes means faster iterations, cleaner workflows, and full automation potential. Whether you’re maintaining a custom starter or shipping child themes for multiple projects, the ability to build and push them from the terminal removes a lot of friction.
You can now:
wpc theme:start
wpc theme:build
wpc theme:push
No need to duplicate code, rename files manually, or upload archives through the admin. It’s all scriptable and consistent.
There’s no self-update yet so if you’re already using WPC-CLI, follow the steps in the documentation: https://docs.wp-content.io/cli/
Enjoy the update and keep building!