From 0ef197567168703e8e5c8fd077bf2d3b953d472f Mon Sep 17 00:00:00 2001 From: cgoodwin90 Date: Tue, 11 Jun 2024 12:33:23 +1000 Subject: [PATCH] Updated docs --- docs/commands/lagoon_add_project.md | 35 +++++++++++++++-------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/docs/commands/lagoon_add_project.md b/docs/commands/lagoon_add_project.md index 31699314..1aaf36b9 100644 --- a/docs/commands/lagoon_add_project.md +++ b/docs/commands/lagoon_add_project.md @@ -14,23 +14,24 @@ lagoon add project [flags] ### Options ``` - -a, --autoIdle uint Auto idle setting of the project - -b, --branches string Which branches should be deployed - -L, --developmentEnvironmentsLimit uint How many environments can be deployed at one time - -g, --gitUrl string GitURL of the project - -h, --help help for project - -j, --json string JSON string to patch - -S, --openshift uint Reference to OpenShift Object this Project should be deployed to - -o, --openshiftProjectPattern string Pattern of OpenShift Project/Namespace that should be generated - -O, --organization-name string Name of the Organization to add the project to - --owner Add the user as an owner of the project - -I, --privateKey string Private key to use for the project - -E, --productionEnvironment string Which environment(the name) should be marked as the production environment - -m, --pullrequests string Which Pull Requests should be deployed - -Z, --routerPattern string Router pattern of the project, e.g. '${service}-${environment}-${project}.lagoon.example.com' - --standbyProductionEnvironment string Which environment(the name) should be marked as the standby production environment - -C, --storageCalc uint Should storage for this environment be calculated - -s, --subfolder string Set if the .lagoon.yml should be found in a subfolder useful if you have multiple Lagoon projects per Git Repository + -a, --auto-idle uint Auto idle setting of the project + -b, --branches string Which branches should be deployed + --build-image string Build Image for the project + -L, --development-environments-limit uint How many environments can be deployed at one time + -g, --git-url string GitURL of the project + -h, --help help for project + -j, --json string JSON string to patch + -S, --openshift uint Reference to OpenShift Object this Project should be deployed to + -o, --openshift-project-pattern string Pattern of OpenShift Project/Namespace that should be generated + -O, --organization-name string Name of the Organization to add the project to + --owner Add the user as an owner of the project + -I, --private-key string Private key to use for the project + -E, --production-environment string Which environment(the name) should be marked as the production environment + -m, --pullrequests string Which Pull Requests should be deployed + -Z, --router-pattern string Router pattern of the project, e.g. '${service}-${environment}-${project}.lagoon.example.com' + --standby-production-environment string Which environment(the name) should be marked as the standby production environment + -C, --storage-calc uint Should storage for this environment be calculated + -s, --subfolder string Set if the .lagoon.yml should be found in a subfolder useful if you have multiple Lagoon projects per Git Repository ``` ### Options inherited from parent commands