Skip to content

Commit 69fdc52

Browse files
authored
Update package_pushupgrade_schedule.md
Making edits requested by Dileep
1 parent 2473c54 commit 69fdc52

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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)