-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: packagingDistribution/pushUpgradeCLI
Are you sure you want to change the base?
feat: Package Push Upgrade Schedule command #867
Conversation
Schedule package push upgrades. | ||
|
||
# description | ||
|
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.
Haven't edited this file yet, will update text as final step.
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.
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 () => { |
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.
For some reason this test is not passing yet although new code is unrelated, temp remove to push code.
const orgList = await readOrgListFile(flags['org-list']); | ||
|
||
// Connect to the Dev Hub | ||
const conn = flags['target-dev-hub'].getConnection('61.0'); |
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.
Not sure if this is the right way to do it
What does this PR do?
What issues does this PR fix or reference?