Show info for bundle or environment at the specified path.
Usage
bw info PATH
PATH is any readable directory containing a bundle or an environment.
Ant Usage
<bw.info path="${path}" />
Examples
# Display info for an environment
bw info /local/dev
# Display info for a bundle
bw info /opt/bundles/tomcat/5.5.25
# Display info for same bundle, using an alias to a deployed instance
tomcat info
Notes
This command displays the contents of a bundle or environment info file.
When executed using an alias, it displays info for the bundle that is referenced by the deployment.