package version create list
List package version creation requests.
Description for package version create list
Shows the details of each request to create a package 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 “sf package version create report” and supply the request ID.
Aliases for package version create list
force:package:version:create:list
Flags
| Flag Name (Long) | Flag Name (Short) | Description |
|---|
‑‑api‑version | N/A | Type: Value
Override the api version used for api requests made by this command |
‑‑created‑last‑days | ‑c | Type: Value
Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today. |
‑‑flags‑dir | N/A | Type: Value
Import flag values from a directory. |
‑‑json | N/A | Type: Boolean
Format output as json. |
‑‑show‑conversions‑only | N/A | Type: Boolean
Filter the list output to display only converted package version. |
‑‑status | ‑s | Type: Value Valid Values: Queued, InProgress, Success, Error
Status of the version creation request, used to filter the list. |
‑‑target‑dev‑hub | ‑v | Type: Value Required
Username or alias of the Dev Hub org. Not required if the target-dev-hub configuration variable is already set. |
‑‑verbose | N/A | Type: Boolean
Displays additional information at a slight performance cost, such as the version name and number for each package version create request. |
Examples for package version create list
List all package version creation requests in your default Dev Hub org:
1sf package version create list
List package version creation requests from the last 3 days in the Dev Hub org with username devhub@example.com:
1sf package version create list --created-last-days 3 --target-dev-hub
List package version creation requests with status Error:
1sf package version create list --status Error
List package version creation requests with status InProgress:
1sf package version create list --status InProgress
List package version creation requests with status Success that were created today:
1sf package version create list --created-last-days 0 --status Success