Add deploy package dialog for Salesforce DX

Issue #1365 new
Justin Julicher created an issue

When developing packages it would be great to be able to have a dialogue box that can deploy a specific version.

using the command:

sfdx force:package:version:list -v DevHub --json

you can get a list of all current versions and packages.

You could then have a function where you could select the package + version information based off this list.

You could group by the Package2Name and have the version number as the specific version.

It would be good to have a promoted indicator next to the version numbers to show which ones were released.

This would greatly help my deployment workflow for scratch orgs.

Comments (3)

  1. Log in to comment