Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.35 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.35 KB

Action Scheduler CLI

Due to more than three years of negligence and low prioritization on improving the WP CLI and the PRs submitted to Action Scheduler, decided to create this plugin to optimize my (and hopefully others) use of Action Scheduler.

Commands

Command Description
ascli action cancel Cancels an existing scheduled action.
ascli action create Creates a new scheduled action.
ascli action delete Deletes scheduled action(s).
ascli action generate Generates some scheduled actions.
ascli action get Get details about a scheduled action.
ascli action list Gets a list of scheduled actions.
ascli action next Get the next scheduled action.
ascli action run Run existing scheduled action.
ascli system data-store Get current data store.
ascli system runner Get current runner.
ascli system runner disable Disable runner.
ascli system runner enable Enable runner.
ascli system status - List of actions according to status
- Active version
- Active data store class
- Active runner class
ascli system version Lists active version(s).