953 B
953 B
Rekor CLI Commands
Module
Cli
Status
IMPLEMENTED
Description
CLI commands for attestation and checkpoint operations related to Rekor transparency log.
Implementation Details
- Command Group:
src/Cli/StellaOps.Cli/Commands/RegistryCommandGroup.cs-- registry commands including Rekor operations - Proof Commands:
src/Cli/StellaOps.Cli/Commands/Proof/ProofCommandGroup.cs-- proof operations with Rekor integration - Commands:
stella proof submit <attestation>-- submit attestation to Rekorstella proof verify <entry-id>-- verify Rekor inclusion proofstella proof checkpoint-- get latest Rekor checkpoint
E2E Test Plan
- Run
stella proof submit ./attestation.jsonand verify Rekor entry created - Run
stella proof verify <entry-id>and verify inclusion proof - Run
stella proof checkpointand verify checkpoint retrieved - Verify Rekor integration in attestation workflow