You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/package_pushupgrade_schedule.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Use the -–migrate-to-2GP flag to indicate you’re installing a converted seco
13
13
14
14
# flags.target-dev-hub.summary
15
15
16
-
Username or alias of the Dev Hub org.
16
+
Username or alias of the Dev Hub org that owns the package.
17
17
18
18
# flags.target-dev-hub.description
19
19
@@ -36,16 +36,16 @@ If you don't specify this flag, the push upgrade is scheduled to run as soon as
36
36
37
37
# flags.org-file.summary
38
38
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.
40
40
41
41
# flags.org-file.description
42
42
43
43
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.
45
45
46
46
# flags.org-list.summary
47
47
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.
49
49
50
50
# flags.migrate-to-2gp.summary
51
51
@@ -79,10 +79,10 @@ Can’t schedule the package push upgrade. You must specify either a list of org
79
79
# examples
80
80
81
81
- Schedule a push upgrade that initiates at a specified time:
0 commit comments