Skip to content

feat: multiple resolve targets when parsing manifest #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 25, 2020

Conversation

brpowell
Copy link
Contributor

What does this PR do?

Allows specifying multiple targets to resolve source components from a manifest against. This covers the use case of resolving source components for multiple package directories.

const ws = await WorkingSet.fromManifestFile('package.xml', {
  resolve: ['/path/to/force-app', '/path/to/test-app', '/path/to/another-one']
});

// or

const ws = await WorkingSet.fromManifestFile('package.xml', {
  resolve: '/path/to/force-app'
});

What issues does this PR fix or reference?

@W-8507891@

@brpowell brpowell requested a review from a team as a code owner November 25, 2020 18:10
@brpowell brpowell merged commit c02b827 into develop Nov 25, 2020
@brpowell brpowell deleted the bp/multipleResolveTargets branch November 25, 2020 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants