From ba7b67a42cf8105fbbbe4a1d003e06cca58fc2a0 Mon Sep 17 00:00:00 2001 From: dreid Date: Wed, 8 Mar 2023 12:42:41 -0800 Subject: [PATCH] Use -p project1 in docs about how to target a specific project. (#3198) --- runatlantis.io/docs/using-atlantis.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runatlantis.io/docs/using-atlantis.md b/runatlantis.io/docs/using-atlantis.md index 4d99ba335..de03dde27 100644 --- a/runatlantis.io/docs/using-atlantis.md +++ b/runatlantis.io/docs/using-atlantis.md @@ -53,7 +53,7 @@ atlantis plan atlantis plan -d . # Runs plan in the `project1` directory of the repo with workspace `default` -atlantis plan -d project1 +atlantis plan -p project1 # Runs plan in the root directory of the repo with workspace `staging` atlantis plan -w staging @@ -101,7 +101,7 @@ atlantis apply atlantis apply -d . # Runs apply in the `project1` directory of the repo with workspace `default` -atlantis apply -d project1 +atlantis apply -p project1 # Runs apply in the root directory of the repo with workspace `staging` atlantis apply -w staging @@ -144,7 +144,7 @@ atlantis import ADDRESS ID atlantis import -d . ADDRESS ID # Runs import in the `project1` directory of the repo with workspace `default` -atlantis import -d project1 ADDRESS ID +atlantis import -p project1 ADDRESS ID # Runs import in the root directory of the repo with workspace `staging` atlantis import -w staging ADDRESS ID @@ -189,7 +189,7 @@ atlantis state rm ADDRESS1 ADDRESS2 atlantis state -d . rm ADDRESS # Runs state rm in the `project1` directory of the repo with workspace `default` -atlantis state -d project1 rm ADDRESS +atlantis state -p project1 rm ADDRESS # Runs state rm in the root directory of the repo with workspace `staging` atlantis state -w staging rm ADDRESS