From 69fdc529dc8b12cb1a47ae984fb3125e1750797d Mon Sep 17 00:00:00 2001 From: Penelope Cameron Date: Mon, 23 Jun 2025 17:30:45 -0700 Subject: [PATCH 1/2] Update package_pushupgrade_schedule.md Making edits requested by Dileep --- messages/package_pushupgrade_schedule.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/messages/package_pushupgrade_schedule.md b/messages/package_pushupgrade_schedule.md index cfef625d..8a138bdf 100644 --- a/messages/package_pushupgrade_schedule.md +++ b/messages/package_pushupgrade_schedule.md @@ -13,7 +13,7 @@ Use the -–migrate-to-2GP flag to indicate you’re installing a converted seco # flags.target-dev-hub.summary -Username or alias of the Dev Hub org. +Username or alias of the Dev Hub org that owns the package. # flags.target-dev-hub.description @@ -36,16 +36,16 @@ If you don't specify this flag, the push upgrade is scheduled to run as soon as # flags.org-file.summary -Filename of the CSV file that contains the list of orgs that need the package upgrade. +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. # flags.org-file.description The file must contain one org per line. The org ID must be the only value in each row. -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. +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. # flags.org-list.summary -Comma-separated list of subscriber org IDs that need the package upgrade. +Comma-separated list of subscriber org IDs that need the package upgrade. Either --org-list or --org-file must be specified. # flags.migrate-to-2gp.summary @@ -79,10 +79,10 @@ Can’t schedule the package push upgrade. You must specify either a list of org # examples - Schedule a push upgrade that initiates at a specified time: - <%= config.bin %> <%= command.id %> --package 04txyz --start-time "2024-12-06T21:00:00" --org-file upgrade-orgs.csv + <%= config.bin %> <%= command.id %> --package 04txyz --start-time "2024-12-06T21:00:00" --org-file upgrade-orgs.csv --target-dev-hub myHub - Schedule a push upgrade that initiates as soon as possible: - <%= config.bin %> <%= command.id %> --package 04txyz --org-file upgrade-orgs.csv + <%= config.bin %> <%= command.id %> --package 04txyz --org-file upgrade-orgs.csv --target-dev-hub myHub - Schedule a push migration from a 1GP package to a 2GP package: <%= 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 From 93bf62a74f948b70d0f0c7d82df12bd557e18b44 Mon Sep 17 00:00:00 2001 From: Penelope Cameron Date: Mon, 23 Jun 2025 17:33:43 -0700 Subject: [PATCH 2/2] Update package_pushupgrade_abort.md Edits requested by Dileep --- messages/package_pushupgrade_abort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/package_pushupgrade_abort.md b/messages/package_pushupgrade_abort.md index e02a3043..57da2a89 100644 --- a/messages/package_pushupgrade_abort.md +++ b/messages/package_pushupgrade_abort.md @@ -4,7 +4,7 @@ Abort a package push upgrade that has been scheduled. Only push upgrade requests # description -Specify the request ID for which you want abort the request. If applicable, the command displays errors related to the request. +Specify the request ID that you want to abort. If applicable, the command displays errors related to the request. To show all requests in the org, run "<%= config.bin %> package pushupgrade list --package 033...".