package push-upgrade report
Retrieve the status of a package push upgrade.
Description for package push-upgrade 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 pushupgrade list”.
Aliases for package push-upgrade report
force:package:push-upgrade: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. |
‑‑push‑request‑id | ‑i | Type: Value Required
ID of the package push request (starts with 0DV). This ID is returned after the package push-upgrade schedule command completes successfully. |
‑‑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 push-upgrade report
Retrieve details about the package push upgrade with the specified ID; uses your default Dev Hub org:
1sf package push-upgrade report --push-request-id 0DV...
Retrieve details about the specified package push request in the Dev Hub org with username devhub@example.com:
1sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com