constellation/cli/internal/cmd/details.go
cm 3177b2fdb7 AB#2032 Write IDs to disk and read when verifying (#212)
* AB#2032 Write IDs to disk and read when verifying

* Update CHANGELOG.md

* update changelog

* update changelog

* cli verify: prefer flag values

* Rename fid file

Co-authored-by: Thomas Tendyck <tt@edgeless.systems>
2022-07-01 10:57:29 +02:00

8 lines
97 B
Go

package cmd
type clusterIDFile struct {
ClusterID string
OwnerID string
Endpoint string
}