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

Upgrade shane:mdapi:push to resolve dependencies #15

Open
ruslan-kurchenko opened this issue Dec 21, 2018 · 1 comment
Open

Upgrade shane:mdapi:push to resolve dependencies #15

ruslan-kurchenko opened this issue Dec 21, 2018 · 1 comment
Labels
wontfix This will not be worked on

Comments

@ruslan-kurchenko
Copy link

It would be awesome if the shane:mdapi:push command could resolve dependencies.
For example, I want to push AuraRecordFormModalDialog package, the plugin should also include the AuraModalDialog package in a source conversion process. Then it can install all the metadata to the org.

...
{
    "path": "aura-lightning/modal-dialog",
    "package": "AuraModalDialog",
    "versionName": "Beta - 1.0",
    "versionNumber": "1.0.0.NEXT",
    "default": false
},
{
    "path": "aura-lightning/record-form-modal-dialog",
    "package": "AuraRecordFormModalDialog",
    "versionName": "Beta - 1.0",
    "versionNumber": "1.0.0.NEXT",
    "default": false,
    "dependencies": [
        {
            "package": "AuraModalDialog",
            "versionNumber": "1.0.0.LATEST"
        }
    ]
}
...
@mshanemc
Copy link
Owner

some other folks have done a nice job of this. see https://github.com/mshanemc/awesome-sfdx-plugins

and look at texei, accenture, and/or toolbox

@mshanemc mshanemc added the wontfix This will not be worked on label Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants