Skip to content

Commit

Permalink
fix: description
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Volkov committed Apr 2, 2024
1 parent eb73c7e commit 2324693
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/cdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ import (

var cdkCmd = &cobra.Command{
Use: "cdk",
Short: "Prints outdated Terraform modules form a local project",
Long: `This command compares the versions of the Terraform modules in the
local project with the latest versions available in the GitLab registry
and Community terraform registry. Require to run terraform get before.`,
Short: "Prints outdated CDK dependencies in the project.",

Run: func(cmd *cobra.Command, args []string) {

_, err := config.Load()
Expand Down

0 comments on commit 2324693

Please sign in to comment.