Skip to content
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

New Option resolve_sfdx_package_dirs for dx_convert_from Task #3560

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Szandor72
Copy link
Contributor

Addresses #3543

dx_convert_from has a new option resolve_sfdx_package_dirs

Usage Example:

Given a sfdx-project.json with several package directories

{
  "packageDirectories": [
    {
      "path": "my-app",
      "default": true
    },
    {
      "path": "libs/helper"
    }
  ],
  "namespace": "",
  "sfdcLoginUrl": "https://login.salesforce.com",
  "sourceApiVersion": "56.0"
}
cci task run dx_convert_from --resolve_sfdx_package_dirs True

Will result in the following dx command:

sfdx force:source:convert -d src --sourcepath ./my-app,./libs/helper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants