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

feat: Package Push Upgrade List command #853

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

Conversation

btrn11
Copy link
Collaborator

@btrn11 btrn11 commented Dec 12, 2024

What does this PR do?

What issues does this PR fix or reference?


# description

Shows the details of each request to create a package version in the Dev Hub org.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to update here.

Copy link
Collaborator

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.

Copy link
Collaborator Author

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 {
Copy link
Collaborator

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.

Copy link
Collaborator Author

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> {
Copy link
Collaborator

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.

Copy link
Collaborator Author

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.

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