Action Scheduler CLI
Unofficial companion plugin for Action Scheduler that introduces basic CLI commands.
★ 2stars
1forks
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/crstauf/action-scheduler-cli/archive/refs/heads/master.zipReadme
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). |
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.0.0 | Jul 1, 2022 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.