AB#2159 Feat/cli/fetch measurements (#301)

Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2022-08-01 09:37:05 +02:00 committed by GitHub
parent 7baf98f014
commit 050e8fdc4a
16 changed files with 1430 additions and 496 deletions

View file

@ -13,6 +13,7 @@ func NewConfigCmd() *cobra.Command {
}
cmd.AddCommand(newConfigGenerateCmd())
cmd.AddCommand(newConfigFetchMeasurementsCmd())
return cmd
}