package version promote

Promote a package version to released.

Description for package version promote 

Supply the ID or alias of the package version you want to promote. Promotes the package version to released status.

Aliases for package version promote 

force:package:version:promote

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑flags‑dirN/AType: Value

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

Format output as json.
‑‑no‑prompt‑nType: Boolean

Don’t prompt to confirm setting the package version as released.
‑‑package‑pType: Value
Required

ID (starts with 04t) or alias of the package version to promote.
‑‑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.

Examples for package version promote 

Promote the package version with the specified ID to released; uses your default Dev Hub org:

1sf package version promote --package 04t...

Promote the package version with the specified alias to released; uses the Dev Hub org with username devhub@example.com:

1sf package version promote --package awesome_package_alias --target-dev-hub devhub@example.com

Promote the package version with an alias that has spaces to released:

1sf package version promote --package "Awesome Package Alias"