Newer Version Available

This content describes an older version of this product. View Latest

Skip Validation to Quickly Iterate Second-Generation Managed Package Development

Iterate second-generation managed package development more efficiently by skipping validation of dependencies, package ancestors, and metadata during package version creation. Skipping validation reduces the time it takes to create a new package version, but you can promote only validated package versions to the released state.
1sf package version create --skip-validation

In Tooling API, use the SkipValidation field on the Package2VersionCreateRequest object.

You can't specify both skip validation and code coverage, because code coverage is calculated during validation.

Note