This function creates an opa bundle tarball from the given content
WorkdirNotFoundError If the workDir doesn't exist.
OpaNotFoundError If the OPA binary wasn't detected in the OS path.
OpaTestsFailedError If the OPA tests failed.
OpaCoverageTooLowError If the OPA tests coverage was below the threshold.
OpaBundleCreationError If the OPA bundle creation process failed.
The data from which to create the bundle
The place where the bundle will be created
The relative path compared to workDir
Optional
Controls whether to run tests and/or coverage
Generated using TypeDoc
This function creates an opa bundle tarball from the given content
Throws
WorkdirNotFoundError If the workDir doesn't exist.
Throws
OpaNotFoundError If the OPA binary wasn't detected in the OS path.
Throws
OpaTestsFailedError If the OPA tests failed.
Throws
OpaCoverageTooLowError If the OPA tests coverage was below the threshold.
Throws
OpaBundleCreationError If the OPA bundle creation process failed.