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 1285d2d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions 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
1 change: 1 addition & 0 deletions doc/cosign.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions doc/cosign_env.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1285d2d

Please sign in to comment.