Skip to content

feat: created bundle list command #976

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

Conversation

dawson-david-salesforce
Copy link
Collaborator

near copy and paste of package list command

unit test based off of bundle create

What does this PR do?

What issues does this PR fix or reference?

near copy and paste of package list command

unit test based off of bundle create
@dawson-david-salesforce dawson-david-salesforce requested a review from a team as a code owner June 12, 2025 17:28
changed bundles to bundle in order to generate proper command
export type BundleListCommandResult = BundleSObjects.Bundle;
export type BundleListCommandResults = BundleListCommandResult[];

export class BundleListCommand extends SfCommand<BundleListCommandResults> {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we mark this as beta?

'Last Modified Date': r.LastModifiedDate,
'Last Modified By': r.LastModifiedById,
'System Modstamp': r.SystemModstamp,
'Is Deleted': r.IsDeleted,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you will go over this with Dileep, but let's figure out what fields to show.

additionally updates messages
@dawson-david-salesforce dawson-david-salesforce merged commit 0617b51 into packagingDistribution/packageBundles Jun 13, 2025
6 of 8 checks passed
@dawson-david-salesforce dawson-david-salesforce deleted the t/packaging-distribution/W-18762471/Package-Bundle-List-command branch June 13, 2025 20:46
@dawson-david-salesforce dawson-david-salesforce restored the t/packaging-distribution/W-18762471/Package-Bundle-List-command branch June 13, 2025 21:16
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.

3 participants