-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: Package Push Upgrade List command #853
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to update here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, will clean this up upon check in
|
||
export type PackagePushRequestListResultArr = PackagePushRequestListResult[]; | ||
|
||
export class PackagePushRequestListCommand extends SfCommand<PackagePushRequestListResultArr> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the option to hide the command go here? We should make sure that goes in on first checkin as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, I haven't added the hiding command function yet. Let me add that.
What does this PR do?
What issues does this PR fix or reference?