4.1.9. import

Description

Import any bundle, deployment, or environment found in the specified path.

Usage

bw import PATH

  • PATH is any readable directory containing a bundle or an environment. Items found inside PATH are imported into the BundleWorks databases.

Ant Usage

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

Examples

# Imports any bundles not already known to BundleWorks
bw import /opt/bundles

Notes

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