Skip to content

Commit

Permalink
fix up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Nov 12, 2020
1 parent ce2d4de commit 2c9da33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/commands/lagoon_add_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ lagoon add project [flags]

```
-D, --activeSystemsDeploy string Which internal Lagoon System is responsible for deploying
-M, --activeSystemsMisc string Which internal Lagoon System is responsible for miscellaneous tasks
-P, --activeSystemsPromote string Which internal Lagoon System is responsible for promoting
-R, --activeSystemsRemove string Which internal Lagoon System is responsible for promoting
-T, --activeSystemsTask string Which internal Lagoon System is responsible for tasks
-R, --activeSystemsRemove string Which internal Lagoon System is responsible for removing
-T, --activeSystemsTask string Which internal Lagoon System is responsible for tasks
-a, --autoIdle int Auto idle setting of the project
-b, --branches string Which branches should be deployed
-L, --developmentEnvironmentsLimit int How many environments can be deployed at one time
Expand Down
5 changes: 3 additions & 2 deletions docs/commands/lagoon_update_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ lagoon update project [flags]

```
-D, --activeSystemsDeploy string Which internal Lagoon System is responsible for deploying
-M, --activeSystemsMisc string Which internal Lagoon System is responsible for miscellaneous tasks
-P, --activeSystemsPromote string Which internal Lagoon System is responsible for promoting
-R, --activeSystemsRemove string Which internal Lagoon System is responsible for promoting
-T, --activeSystemsTask string Which internal Lagoon System is responsible for tasks
-R, --activeSystemsRemove string Which internal Lagoon System is responsible for removing
-T, --activeSystemsTask string Which internal Lagoon System is responsible for tasks
-a, --autoIdle int Auto idle setting of the project
-b, --branches string Which branches should be deployed
-L, --developmentEnvironmentsLimit int How many environments can be deployed at one time
Expand Down

0 comments on commit 2c9da33

Please sign in to comment.