Display history for the specified path.
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.
<bw.history path="${path}" />
# 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
- 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.