(cmd *cobra.Command)
| 85 | } |
| 86 | |
| 87 | func 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.). |
no outgoing calls
no test coverage detected