diff --git a/docs/commands/lagoon_add_project.md b/docs/commands/lagoon_add_project.md index e81e4587..662358ab 100644 --- a/docs/commands/lagoon_add_project.md +++ b/docs/commands/lagoon_add_project.md @@ -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 diff --git a/docs/commands/lagoon_update_project.md b/docs/commands/lagoon_update_project.md index e92c16cf..01e07087 100644 --- a/docs/commands/lagoon_update_project.md +++ b/docs/commands/lagoon_update_project.md @@ -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