4.2.9. run

Description

Runs a deployed bundle.

Usage

bw run PATH (or NAME run)

  • PATH points to a deployed bundle (not needed when action is called using the deployed bundle's NAME)

Ant Usage

<bw.run path="${path}" />

Examples

# Run a process called helloapp
helloapp run
# Run a specific deployment of the helloapp bundle
bw run /local/dev/helloapp

Notes

  • 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.