generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update push upgrade list md file
- Loading branch information
Showing
1 changed file
with
12 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]: | ||
- List package push upgrade requests scheduled from the last 3 days in the Dev Hub org with username [email protected]: | ||
|
||
<%= 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 |