Skip to content

Commit

Permalink
Improve terraform plan help text
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Feb 29, 2024
1 parent 8e0c935 commit e8072f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/terraform_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import (

// terraformPlanCmd represents the `terraform plan` command
var terraformPlanCmd = &cobra.Command{
Use: "plan [terraform options...]",
Short: "Creates a new Change from a given terraform plan file",
Use: "plan [overmind options...] -- [terraform options...]",
Short: "Runs `terraform plan` and sends the results to Overmind to calculate a blast radius and risks.",
PreRun: func(cmd *cobra.Command, args []string) {
// Bind these to viper
err := viper.BindPFlags(cmd.Flags())
Expand Down

0 comments on commit e8072f2

Please sign in to comment.