Skip to content

provide the ability to reference another multi-package project from a multi-package project #182

Description

@dasormeter

Want to support the ability for a multi-package project to reference another multi-package project, within the packages directive

Example

Given two multi-package projects like so

multi-package-example
├── multi-package.yaml
├── interfaces
│   └── daml.yaml
├── main
│   └── daml.yaml
└── test
    └── daml.yaml
multi-package-example2
├── multi-package.yaml
├── interfaces
│   └── daml.yaml
├── main
│   └── daml.yaml
└── test
    └── daml.yaml

i want a multi-package.yaml one level above these which can reference both.

packages:
- ./multi-package-example
- ./multi-package-example2

And then the usual multi-package commands like dpm build --all should just work and recurse through all the packages under the multi package projects

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions