CLI
Builds and Verification
List emitted build manifests and verify provenance/attestations.
fh builds
fabric-harness buildsList every build manifest emitted under .fabricharness/build/. Output includes target, output dir, agent count, manifest digest, and timestamps.
fh verify-attestation
fabric-harness verify-attestation <build-dir-or-attestation>Verify the in-toto attestation produced by fh build --attestation. The argument can be a build directory (the CLI finds attestation.intoto.jsonl) or a direct path to the attestation file.
fh verify-attestation .fabricharness/build/node
fh verify-attestation .fabricharness/build/node/attestation.intoto.jsonlfh verify-provenance
fabric-harness verify-provenance <build-dir-or-provenance>Verify the SLSA-style provenance produced by fh build --provenance. Optionally signed with cosign via --sign-provenance.
fh verify-provenance .fabricharness/build/nodeIf a provenance.sig is present, the CLI invokes cosign verify-blob with the configured public key. Otherwise it validates structure and digests only.
See also
fh build— emit artifacts and provenance.- Build manifest — manifest schema.
- Security hardening — when to require provenance.