Import any bundle, deployment, or environment found in the specified path.
bw import PATH
- PATH is any readable directory containing a bundle or an environment. Items found inside PATH are imported into the BundleWorks databases.
<bw.import path="${path}" />
# Imports any bundles not already known to BundleWorks
bw import /opt/bundles
- The import command can be used to update the list of bundles, deployments, and environments known to BundleWorks.
- This can be useful to take a new BundleWorks installation and import previously added bundles.
- It can also be used in cases where BundleWorks objects are created manually without using BundleWorks commands.