MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / flagAttestationID

Function flagAttestationID

app/cli/cmd/attestation.go:87–89  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

85}
86
87func flagAttestationID(cmd *cobra.Command) {
88 cmd.Flags().StringVar(&attestationID, "attestation-id", "", "Unique identifier of the in-progress attestation")
89}
90
91// orgFromLocalState reads the organization from the local attestation state file.
92// Returns empty string on any error (file not found, parse error, etc.).

Callers 4

newAttestationResetCmdFunction · 0.85
newAttestationStatusCmdFunction · 0.85
newAttestationPushCmdFunction · 0.85
newAttestationAddCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected