Skip to content

Commit

Permalink
fix: update push upgrade list md file
Browse files Browse the repository at this point in the history
  • Loading branch information
btrn11 committed Dec 13, 2024
1 parent 2d89ac4 commit 5ee2cc3
Showing 1 changed file with 12 additions and 44 deletions.
56 changes: 12 additions & 44 deletions messages/package_pushupgrade_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 5ee2cc3

Please sign in to comment.