bw run PATH (or NAME run)
- PATH points to a deployed bundle (not needed when action is called using the deployed bundle's NAME)
<bw.run path="${path}" />
# Run a process called helloapp
helloapp run
# Run a specific deployment of the helloapp bundle
bw run /local/dev/helloapp
- This executes the 'run' bundle hook. This hook must be present inside a bundle for this command to work.
- During a run, BundleWorks will check configuration and automatically version any changes.