Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Package Installation Key
1sf package version create --package "Expense Manager" --installation-key "JSB7s8vXU93fI"Supply the installation key when you install the package version in the target org.
1sf package install --package "Expense Manager" --installation-key "JSB7s8vXU93fI”Change the Installation Key for an Existing Package Version
You can change the installation key for an existing package version with the sf package version update command.
1sf package version update --package "Expense Manager@1.2.0-4" --installation-key “HIF83kS8kS7C”Create a Package Version Without an Installation Key
If you don’t require security measures to protect your package metadata, you can create a package version without an installation key.
1sf package version create --package "Expense Manager" --directory common \
2--tag 'Release 1.0.0' --installation-key-bypassCheck Whether a Package Version Requires an Installation Key
To determine whether a package version requires an installation key, use either the sf package version list or sf package version report CLI command.