Newer Version Available

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

Skip Validation to Quickly Iterate Package Development

Iterate 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.
1sfdx force:package:version:create --skipvalidation

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