mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 09:00:38 -05:00
image: add go code to upload image info and measurements
This commit is contained in:
parent
b8751f35f9
commit
217a744606
14 changed files with 745 additions and 3 deletions
|
|
@ -41,6 +41,8 @@ func newRootCmd() *cobra.Command {
|
|||
rootCmd.SetOut(os.Stdout)
|
||||
|
||||
rootCmd.AddCommand(cmd.NewImageCmd())
|
||||
rootCmd.AddCommand(cmd.NewInfoCmd())
|
||||
rootCmd.AddCommand(cmd.NewMeasurementsCmd())
|
||||
|
||||
return rootCmd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue