Syntax: chainctl libraries verify [path...] [flags]. Members of multiple organizations must pass --parent <org>. Flags include --detailed, --verbose, and --output / -o (values: text, json, yaml; default text).
The command accepts individual artifacts (.jar, .whl, .tgz), ./node_modules, the npm cache ("$(npm config get cache)"), a pnpm store, Python virtual environments, and container images. It auto-detects npm and pnpm caches; Yarn Classic requires the yarn: prefix because its cache layout cannot be reliably auto-detected.
A common cause of "Verification Coverage: 0.00%" is a fat, uber, or shaded JAR, which cannot be traced back to its source JARs. Verify the individual JARs in ~/.m2/repository before assembly.
Comments
0 comments
Article is closed for comments.