Skip to content

Commit

Permalink
Feature/enable disable facts problemsui (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Jackson <[email protected]>
  • Loading branch information
bomoko and shreddedbacon authored Nov 8, 2022
1 parent fd6e4cb commit 9fc581e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/commands/lagoon_update_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ lagoon update project [flags]
-b, --branches string Which branches should be deployed
--deploymentsDisabled int Admin only flag for disabling deployments on a project, 1 to disable deployments, 0 to enable
-L, --developmentEnvironmentsLimit int How many environments can be deployed at one time
--factsUi int Enables the Lagoon insights Facts tab in the UI. Set to 1 to enable, 0 to disable
-g, --gitUrl string GitURL of the project
-h, --help help for project
-j, --json string JSON string to patch
-N, --name string Change the name of the project by specifying a new name (careful!)
-S, --openshift int Reference to OpenShift Object this Project should be deployed to
-o, --openshiftProjectPattern string Pattern of OpenShift Project/Namespace that should be generated
-I, --privateKey string Private key to use for the project
--problemsUi int Enables the Lagoon insights Problems tab in the UI. Set to 1 to enable, 0 to disable
-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'
Expand Down

0 comments on commit 9fc581e

Please sign in to comment.