package version create report
Retrieve details about a package version creation request.
Description for package version create report
Specify the request ID for which you want to view details. If applicable, the command displays errors related to the request.
To show all requests in the org, run “sf package version create list”.
Aliases for package version create report
force:package:version:create:report
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 |
‑‑flags‑dir | N/A | Type: Value
Import flag values from a directory. |
‑‑json | N/A | Type: Boolean
Format output as json. |
‑‑package‑create‑request‑id | ‑i | Type: Value Required
ID (starts with 08c) of the package version creation request you want to display. |
‑‑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. |
Examples for package version create report
Retrieve details about the package version creation request with the specified ID; uses your default Dev Hub org:
1sf package version create report --package-create-request-id 08c...
Retrieve details about the specified package version creation request in the Dev Hub org with username devhub@example.com:
1sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com