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 Schedule command #867

Open
wants to merge 11 commits into
base: packagingDistribution/pushUpgradeCLI
Choose a base branch
from

Conversation

btrn11
Copy link
Collaborator

@btrn11 btrn11 commented Dec 30, 2024

What does this PR do?

What issues does this PR fix or reference?

Schedule package push upgrades.

# description

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Haven't edited this file yet, will update text as final step.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Will update after finalizing with Penelope regarding messages

@@ -277,38 +277,38 @@ describe('package:install', () => {
// TODO: It seems that while linking @salesforce/packaging into the plugin
// we cannot stub the library calls of `SfProject.getInstance` e.g. "SfProject, 'getInstance'"
// once the library has been published, the stubs resume to work and this test will pass
it('should print SUCCESS status correctly for package alias', async () => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

For some reason this test is not passing yet although new code is unrelated, temp remove to push code.

@btrn11 btrn11 marked this pull request as ready for review January 2, 2025 21:22
@btrn11 btrn11 requested a review from a team as a code owner January 2, 2025 21:22
const orgList = await readOrgListFile(flags['org-list']);

// Connect to the Dev Hub
const conn = flags['target-dev-hub'].getConnection('61.0');
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure if this is the right way to do it

@btrn11 btrn11 changed the title @W-17409001 Add push upgrade schedule command feat: Add push upgrade schedule command Jan 8, 2025
@btrn11 btrn11 changed the title feat: Add push upgrade schedule command feat: Package Push Upgrade Schedule command Jan 8, 2025
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.

1 participant