List package bundle version creation requests.
Shows the details of each request to create a package bundle version 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 bundle version create report" and supply the request ID.
Status of the version creation request, used to filter the list.
Filter the list output to display only converted package bundle version.
Displays additional information at a slight performance cost, such as the version name and number for each package version create request.
Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today.
-
List all package bundle version creation requests in your default Dev Hub org:
<%= config.bin %> <%= command.id %>
-
List package bundle version creation requests 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
-
List package bundle version creation requests with status Error:
<%= config.bin %> <%= command.id %> --status Error
-
List package bundle version creation requests with status Queued:
<%= config.bin %> <%= command.id %> --status Queued
-
List package bundle version creation requests with status Success that were created today:
<%= config.bin %> <%= command.id %> --created-last-days 0 --status Success
ID
Status
Package Bundle Id
Package Bundle Version Id
Created By
Converted From Version Id