Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed Jun 11, 2024
1 parent 8424baf commit 0ef1975
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions docs/commands/lagoon_add_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ef1975

Please sign in to comment.