Skip to content

Commit

Permalink
fix: add env cmd to root
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
  • Loading branch information
developer-guy committed Aug 17, 2022
1 parent 83c8134 commit 7ae6ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cosign/cli/commands.go
Expand Up @@ -112,6 +112,7 @@ func New() *cobra.Command {
cmd.AddCommand(VerifyAttestation())
cmd.AddCommand(VerifyBlob())
cmd.AddCommand(Triangulate())
cmd.AddCommand(Env())
cmd.AddCommand(version.WithFont("starwars"))

cmd.AddCommand(cranecmd.NewCmdAuthLogin("cosign"))
Expand Down

0 comments on commit 7ae6ea3

Please sign in to comment.