Skip to content

Commit

Permalink
Update cmd/atlantis.go
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
  • Loading branch information
samtholiya and osterman authored Jan 7, 2025
1 parent 6639f65 commit 7872186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/atlantis.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
var atlantisCmd = &cobra.Command{
Use: "atlantis",
Short: "Generate and manage Atlantis configurations",
Long: `This command enables integration with Atlantis, allowing users to generate configurations for Terraform workflows.`,
Long: `Generate and manage Atlantis configurations that use Atmos under the hood to run Terraform workflows, bringing the power of Atmos to Atlantis for streamlined infrastructure automation.`,
FParseErrWhitelist: struct{ UnknownFlags bool }{UnknownFlags: false},
}

Expand Down

0 comments on commit 7872186

Please sign in to comment.