Download the Contents of Release Bundles

JFrog Distribution Documentation

Products
JFrog Distribution
Content Type
User Guide
ft:sourceType
Paligo

When you are ready to deploy a software release, you can download the contents of a Release Bundle from Artifactory using the CLI command:

jf rt dl --bundle

Where the value format of --bundle is bundleName/bundleVersion.

Download from a Source Artifactory

When downloading the contents of a Release Bundle (v1 only) from a source Artifactory instance, the directory structure is as follows:

bundleName > bundleVersion > repositoryName > artifacts > ...

For example:

.
├── BD-131253-835.                        #bundleName
│   └── 1                                 #bundleVersion
│       └── generic-repo-1722507172888    #repositoryName
│           └── artifacts
│               └── maven
│                   └── commons-4.69.jar

Download from a Target Artifactory

When downloading the contents of a Release Bundle (v1 or v2) from a target Artifactory (for example, an Edge node), the directory structure does not include the bundleName and bundleVersion. For example:

└── artifacts
    └── maven
        └── commons-4.69.jar

For more information about downloading files from Artifactory using the JFrog CLI, see Downloading Files.