From 5ee2cc3f5baa5770195cde7de724b2b0cd3c709f Mon Sep 17 00:00:00 2001 From: Bao Tran Date: Fri, 13 Dec 2024 11:48:15 -0500 Subject: [PATCH] fix: update push upgrade list md file --- messages/package_pushupgrade_list.md | 56 ++++++---------------------- 1 file changed, 12 insertions(+), 44 deletions(-) diff --git a/messages/package_pushupgrade_list.md b/messages/package_pushupgrade_list.md index 27060a7a..dfe08485 100644 --- a/messages/package_pushupgrade_list.md +++ b/messages/package_pushupgrade_list.md @@ -4,53 +4,45 @@ List package push upgrades. # description -Shows the details of each request to create a package version in the Dev Hub org. +Shows the details of each request to create a push upgrade in the Dev Hub org. All filter parameters are applied using the AND logical operator (not OR). -To get information about a specific request, run "<%= config.bin %> package version create report" and supply the request ID. +To get information about a specific request, run "<%= config.bin %> package pushupgrade report" and supply the request ID. # flags.package-id.summary -Status of the version creation request, used to filter the list. +Status of the push upgrade request, used to filter the list. # flags.scheduled-last-days.summary -Filter the list output to display only converted package version. +Filter the list output to display only push upgrade requests from a specific amount of days. # flags.status.summary -Status of the version creation request, used to filter the list. - -# flags.show-conversions-only.summary - -Filter the list output to display only converted package version. +Status of the push upgrade request, used to filter the list. # flags.verbose.summary -Displays additional information at a slight performance cost, such as the version name and number for each package version create request. +Displays additional information at a slight performance cost, such as number of orgs scheduled for push upgrade, orgs successfully upgraded, etc. # examples -- List all package version creation requests in your default Dev Hub org: +- List all package push upgrade requests in your default Dev Hub org: <%= config.bin %> <%= command.id %> -- List package version creation requests from the last 3 days in the Dev Hub org with username devhub@example.com: +- List package push upgrade requests scheduled from the last 3 days in the Dev Hub org with username devhub@example.com: - <%= config.bin %> <%= command.id %> --created-last-days 3 --target-dev-hub + <%= config.bin %> <%= command.id %> --scheduled-last-days 3 --target-dev-hub -- List package version creation requests with status Error: +- List package push upgrade requests with status Error: <%= config.bin %> <%= command.id %> --status Error -- List package version creation requests with status InProgress: - - <%= config.bin %> <%= command.id %> --status InProgress - -- List package version creation requests with status Success that were created today: +- List package push upgrade requests with status Success: - <%= config.bin %> <%= command.id %> --created-last-days 0 --status Success + <%= config.bin %> <%= command.id %> --status Success # id @@ -67,27 +59,3 @@ Package Id # packageVersionId Package Version Id - -# subscriberPackageVersionId - -Subscriber Package Version Id - -# branch - -Branch - -# tag - -Tag - -# installUrl - -Installation URL - -# createdBy - -Created By - -# convertedFromVersionId - -Converted From Version Id