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‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑created‑last‑days‑cType: Value

Number of days since the request was created, starting at 00:00:00 of first day to now. Use 0 for today.
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑show‑conversions‑onlyN/AType: Boolean

Filter the list output to display only converted package version.
‑‑status‑sType: Value
Valid Values: Queued, InProgress, Success, Error

Status of the version creation request, used to filter the list.
‑‑target‑dev‑hub‑vType: Value
Required

Username or alias of the Dev Hub org. Not required if the target-dev-hub configuration variable is already set.
‑‑verboseN/AType: 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