Oxygen CLI
CLI commands for Oxygen Builder
★ 7stars
841composer installs
5forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/bwp-codes/oxygen-cli/archive/refs/heads/main.zipAlso on Packagist as bwp-codes/oxygen-cli:
composer require bwp-codes/oxygen-cliFrom the readme
WP CLI Commands for Oxygen Builder
Usage via Composer
1. run composer require bwp-codes/oxygen-cli.
Install as regular / mu-plugin
1. Download the current Release
2. Regular Plugin: Place the zip into /wp-content/plugins/
3. Must-Use Plugin: Place the zip into /wp-content/mu-plugins/
4. Extract zip into folder and rename folder to oxygen-cli
5. Activate Plugin in WP Backend
Tested Oxygen versions
- 4
- 3.9
- 3.8
Available Commands
- wp oxygen sign-shortcode to sign shortcodes on specific post types.
- wp oxygen css-cache to regenerate the CSS cache.
Credit
WP CLI commands based on the original work of https://github.com/artifact-modules/command (MIT license)
Huge thanks to @mickaelperrin for fixing crucial bugs and actually making things work! <3
Read the full README on GitHub →