Skip to content

Multiple bundles in config file #90

Discussion options

You must be logged in to vote

Sure, it would look something like this.

services:
  - name: acmecorp
    url: https://example.com/service/v1
    credentials:
      bearer:
        token: "abc123"

bundles:
  bundle1:
    service: acmecorp
    resource: somedir/bundle1.tar.gz
  bundle2:
    service: acmecorp
    resource: somedir/bundle2.tar.gz

You'll need to be careful when using different bundles though, and have the .manifest file in each bundle clearly define the roots owned by that bundle. In most cases it is better to simply use a single bundle.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ajeetmbr
Comment options

@Ronnie-personal
Comment options

@charlieegan3
Comment options

Answer selected by ajeetmbr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 participants