feat: Package Push Upgrade List command#853
Conversation
messages/package_pushupgrade_list.md
Outdated
|
|
||
| # description | ||
|
|
||
| Shows the details of each request to create a package version in the Dev Hub org. |
There was a problem hiding this comment.
Forgot to update here.
There was a problem hiding this comment.
Actually this whole file could probably be updated. If you just change package version create with package pushupgrade it should be pretty good.
There was a problem hiding this comment.
Yes, I haven't updated this file except for the first line as placeholder. I'll update it.
| } | ||
| } | ||
|
|
||
| // function fetchVerboseData(results: PackagePushRequestListResultArr): PackagePushRequestListResultArr { |
There was a problem hiding this comment.
When we actually do check in let's not have commented out code. We will just check it in later if we need it.
There was a problem hiding this comment.
Right, will clean this up upon check in
.gitignore
Outdated
| .idea | ||
| .iml | ||
|
|
||
| .sfdx |
There was a problem hiding this comment.
I don't think we should be changing this file.
messages/package_pushupgrade_list.md
Outdated
|
|
||
| # flags.verbose.summary | ||
|
|
||
| Displays additional information at a slight performance cost, such as number of orgs scheduled for push upgrade, orgs successfully upgraded, etc. |
There was a problem hiding this comment.
I probably wouldn't mention the performance cost, but we can ask Penelope.
…distribution/W-17409033/provide-detailed-list-info-push-upgrade
messages/package_pushupgrade_list.md
Outdated
|
|
||
| # flags.package-id.summary | ||
|
|
||
| Status of the push upgrade request, used to filter the list. |
There was a problem hiding this comment.
I think this text is incorrect as it is referencing status instead of package?
0e35681
into
packagingDistribution/pushUpgradeCLI
…-17409033/provide-detailed-list-info-push-upgrade feat: Package Push Upgrade List command
What does this PR do?
What issues does this PR fix or reference?