Get started
CLI
Commands
Run Action

Beeker CLI

Run your action

The fastest way to preview an action is to specify its path as follows:

beeker action run -p ./app/update-page-title.action.yml

Alternatively, you can launch the wizard to display the list of available actions:

beeker action run

👉 Select your action file in list

Note: Unlike preview, executing an action will apply modifications on the target file.

ArgumentShortcutDescriptionRequired
--path-p The path to the action.
--root-dir-rAll paths to actions config files will be considered relative to this directory.
--target-root-dir-t All paths to target files will be considered relative to this directory.