Skip to content

Commit

Permalink
chore: update docs and run make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Mar 17, 2022
1 parent b0ee3ca commit 573665f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/commands/lagoon_add_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ lagoon add project [flags]
-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 int 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
Expand Down
1 change: 1 addition & 0 deletions docs/commands/lagoon_update_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ lagoon update project [flags]
-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 int 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
Expand Down
4 changes: 2 additions & 2 deletions internal/lagoon/client/lgraphql/lgraphql.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 573665f

Please sign in to comment.