From 787218686fc0c50ec653098e9a3a67cc71e567db Mon Sep 17 00:00:00 2001 From: Sam Tholiya Date: Tue, 7 Jan 2025 23:25:09 +0100 Subject: [PATCH] Update cmd/atlantis.go Co-authored-by: Erik Osterman (CEO @ Cloud Posse) --- cmd/atlantis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/atlantis.go b/cmd/atlantis.go index 08adda36c..b81e71194 100644 --- a/cmd/atlantis.go +++ b/cmd/atlantis.go @@ -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}, }