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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# summary
2
2
3
-
Schedules a package push upgrade request.
3
+
Schedule a package push upgrade.
4
4
5
5
# description
6
6
7
7
Represents a push upgrade request for upgrading a package in one or many orgs from one version to another version.
8
8
To initiate a push upgrade for an unlocked or second-generation managed package, the Create and Update Second-Generation Packages user permission is required.
9
-
The push upgrade feature is only available second-generation managed packages that have passed AppExchange security review. To enable push upgrades for your managed package, log a support case in the Salesforce Partner Community.
9
+
For second-generation managed packages, the push upgrade feature is available only for packages that have passed AppExchange security review. To enable push upgrades for your managed package, log a support case in the Salesforce Partner Community.
10
10
For unlocked packages, push upgrades are enabled by default.
11
11
12
-
When the –migrate-to-2GP flag is used, this command lets you push a package migration for a first-generation managed package that has been converted to second-generation managed package. This push migration is used to update orgs that have the first-generation managed package installed.
12
+
Use the –migrate-to-2GP flag to indicate you’re installing a converted second-generation managed package into an org that has the first-generation managed package version of that package installed.
13
13
14
14
# flags.target-dev-hub.summary
15
15
@@ -21,19 +21,19 @@ Overrides the value of the target-dev-hub configuration variable, if set.
21
21
22
22
# flags.package.summary
23
23
24
-
ID (starts with 04t) of the package version that the package is be upgraded to. The package version must be an active, non-beta package version.
24
+
ID (starts with 04t) of the package version that the package is being upgraded to. The package version must be an active, non-beta package version.
25
25
26
26
# flags.start-time.summary
27
27
28
-
Specify the date and time (UTC) when the push upgrade is processed. Set this value to the earliest time that you want Salesforce to attempt to start the upgrade.
28
+
Date and time (UTC) when the push upgrade is processed. Set to the earliest time that you want Salesforce to attempt to start the upgrade.
29
29
30
30
# flags.org-file.summary
31
31
32
32
The filename of the .csv file that contains the list of orgs that need the package upgrade.
33
33
34
34
# flags.org-list.summary
35
35
36
-
Supply subscriber organization ids that can be pushed upgrade.
36
+
List of subscriber org IDs that can be push upgraded.
37
37
38
38
# error.invalid-package-version
39
39
@@ -49,19 +49,19 @@ Org list file is invalid.
49
49
50
50
# error.invalid-org-list
51
51
52
-
Org list has invalid org/orgs.
52
+
Org list has invalid org IDs.
53
53
54
54
# error.no-org-list-file-or-org-list-input
55
55
56
56
Either org list file or org list input must be supplied.
Push upgrade has been scheduled. To check the status of this push upgrade, use push upgrade request ID [%s] with either sf package pushupgrade list or sf package pushupgrade report.
84
+
Push upgrade has been scheduled. To check the status of this push upgrade, use push upgrade request ID [%s] with either “package push-upgrade list” or “package push-upgrade report”.
0 commit comments