From e163b47ebd4e27a81c1554a9a41c79eff83c024e Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Wed, 27 Mar 2019 14:59:37 -0500 Subject: [PATCH] Change Atlantis tagline. Atlantis has been focused on TF pull request automation for the last year so I want to rename its tagline to be more focused. --- README.md | 2 +- cmd/root.go | 2 +- runatlantis.io/.vuepress/config.js | 2 +- runatlantis.io/README.md | 2 +- server/events/comment_parser.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 286768b5c..961b3d451 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Atlantis Logo

- Terraform For Teams + Terraform Pull Request Automation

## Resources diff --git a/cmd/root.go b/cmd/root.go index 9085324d2..5888d4c50 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -22,7 +22,7 @@ import ( // RootCmd is the base command onto which all other commands are added. var RootCmd = &cobra.Command{ Use: "atlantis", - Short: "A unified workflow for collaborating on Terraform", + Short: "Terraform Pull Request Automation", } // Execute starts RootCmd. diff --git a/runatlantis.io/.vuepress/config.js b/runatlantis.io/.vuepress/config.js index 3bd1f8f03..79d77227d 100644 --- a/runatlantis.io/.vuepress/config.js +++ b/runatlantis.io/.vuepress/config.js @@ -1,6 +1,6 @@ module.exports = { title: 'Atlantis', - description: 'Atlantis: Terraform For Teams', + description: 'Atlantis: Terraform Pull Request Automation', ga: "UA-6850151-3", head: [ ['link', { rel: 'icon', type: 'image/png', href: '/favicon-196x196.png', sizes: '196x196' }], diff --git a/runatlantis.io/README.md b/runatlantis.io/README.md index f153398c8..4dffb1f17 100644 --- a/runatlantis.io/README.md +++ b/runatlantis.io/README.md @@ -5,5 +5,5 @@ heroImage: /hero.png heroText: Atlantis actionText: Get Started → actionLink: /guide/ -title: Terraform For Teams +title: Terraform Pull Request Automation --- diff --git a/server/events/comment_parser.go b/server/events/comment_parser.go index 46eff4715..59d5ab1a3 100644 --- a/server/events/comment_parser.go +++ b/server/events/comment_parser.go @@ -329,7 +329,7 @@ func (e *CommentParser) errMarkdown(errMsg string, command string, flagSet *pfla // `atlantis help`. var HelpComment = "```cmake\n" + `atlantis -Terraform For Teams +Terraform Pull Request Automation Usage: atlantis [options] -- [terraform options]