bwp-codes/oxygen-cli

CLI commands for Oxygen Builder

Installs: 717

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 4

Open Issues: 1

Type:wordpress-plugin

1.2.0 2023-04-15 11:29 UTC

This package is auto-updated.

Last update: 2024-09-15 14:15:29 UTC


README

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 <post_type> 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