Salesforce CLI Command Reference
Release Notes
Deprecation Policy
package1 version create
package1 version create get
package1 version display
package1 version list
Retrieve the status of a package version creation request.
force:package1:version:create:get
| 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. |
‑‑request‑id | ‑i | Type: Value Required ID of the PackageUploadRequest (starts with 0HD). |
‑‑target‑org | ‑o | Type: Value Required Username or alias of the target org. Not required if the target-org configuration variable is already set. |
Get the status of the creation request for the package version with the specified ID in your default org:
1sf package1 version create get --request-id 0HD...Same as previous example, but use the specified org:
1sf package1 version create get --request-id 0HD... --target-org myorg@example.com