Skip to content

Commit af78f79

Browse files
Merge pull request #989 from salesforcecli/penelopy-edit-push-upgrade-messages
Update package_pushupgrade_schedule.md
2 parents 2473c54 + 93bf62a commit af78f79

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

messages/package_pushupgrade_abort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Abort a package push upgrade that has been scheduled. Only push upgrade requests
44

55
# description
66

7-
Specify the request ID for which you want abort the request. If applicable, the command displays errors related to the request.
7+
Specify the request ID that you want to abort. If applicable, the command displays errors related to the request.
88

99
To show all requests in the org, run "<%= config.bin %> package pushupgrade list --package 033...".
1010

messages/package_pushupgrade_schedule.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use the -–migrate-to-2GP flag to indicate you’re installing a converted seco
1313

1414
# flags.target-dev-hub.summary
1515

16-
Username or alias of the Dev Hub org.
16+
Username or alias of the Dev Hub org that owns the package.
1717

1818
# flags.target-dev-hub.description
1919

@@ -36,16 +36,16 @@ If you don't specify this flag, the push upgrade is scheduled to run as soon as
3636

3737
# flags.org-file.summary
3838

39-
Filename of the CSV file that contains the list of orgs that need the package upgrade.
39+
Filename of the CSV file that contains the list of subscriber org IDs that need the package upgrade. Either --org-list or --org-file must be specified.
4040

4141
# flags.org-file.description
4242

4343
The file must contain one org per line. The org ID must be the only value in each row.
44-
All listed orgs must have a package version installed in their org that is lower than the package version you specified for the --package-version flag.
44+
All listed orgs must have a package version installed in their org that is lower than the package version you specified for the --package flag.
4545

4646
# flags.org-list.summary
4747

48-
Comma-separated list of subscriber org IDs that need the package upgrade.
48+
Comma-separated list of subscriber org IDs that need the package upgrade. Either --org-list or --org-file must be specified.
4949

5050
# flags.migrate-to-2gp.summary
5151

@@ -79,10 +79,10 @@ Can’t schedule the package push upgrade. You must specify either a list of org
7979
# examples
8080

8181
- Schedule a push upgrade that initiates at a specified time:
82-
<%= config.bin %> <%= command.id %> --package 04txyz --start-time "2024-12-06T21:00:00" --org-file upgrade-orgs.csv
82+
<%= config.bin %> <%= command.id %> --package 04txyz --start-time "2024-12-06T21:00:00" --org-file upgrade-orgs.csv --target-dev-hub myHub
8383

8484
- Schedule a push upgrade that initiates as soon as possible:
85-
<%= config.bin %> <%= command.id %> --package 04txyz --org-file upgrade-orgs.csv
85+
<%= config.bin %> <%= command.id %> --package 04txyz --org-file upgrade-orgs.csv --target-dev-hub myHub
8686

8787
- Schedule a push migration from a 1GP package to a 2GP package:
8888
<%= config.bin %> <%= command.id %> --migrate-to-2gp --package 04txyz --start-time "2024-12-06T21:00:00" --org-file upgrade-orgs.csv --target-dev-hub myHub

0 commit comments

Comments
 (0)