Skip to content

Commit

Permalink
NOISSUE - Add new key management command to CLI (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: SammyOina <[email protected]>
  • Loading branch information
SammyOina authored May 29, 2024
1 parent 0574abc commit ff64c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func main() {
rootCmd.AddCommand(attestaionCmd)
rootCmd.AddCommand(cliSVC.NewFileHashCmd())
rootCmd.AddCommand(cliSVC.NewAddMeasurementCmd())
rootCmd.AddCommand(cliSVC.NewKeysCmd())

// Attestation commands
attestaionCmd.AddCommand(cliSVC.NewGetAttestationCmd())
Expand Down

0 comments on commit ff64c10

Please sign in to comment.