4.1.8. history

Description

Display history for the specified path.

Usage

bw history PATH

  • PATH can point to a bundle, a deployment, or an environment directory.
  • PATH can also represent a directory that has been removed, but may still have history.

Ant Usage

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

Examples

# Display a history of a development environment at /local/dev
bw history /local/dev
# Display history of a deployed tomcat bundle (assumes its environment has been loaded)
tomcat history

Notes

  • History can be shown for any BundleWorks object including those that have been removed.
  • When executed through an alias (as in the 'tomcat history' example above), history is displayed only for that particular deployment.