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.
Argument | Shortcut | Description | Required |
---|---|---|---|
--path | -p | The path to the action. | ✘ |
--root-dir | -r | All 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. | ✘ |