diff --git a/docs/installing-lagoon/add-project.md b/docs/installing-lagoon/add-project.md index 503a9e3f54..e0a08443b6 100644 --- a/docs/installing-lagoon/add-project.md +++ b/docs/installing-lagoon/add-project.md @@ -6,14 +6,14 @@ ```bash title="Add project" lagoon add project \ - --gitUrl \ - --openshift 1 \ - --productionEnvironment \ + --git-url \ + --deploytarget 1 \ + --production-environment \ --branches \ --project ``` - * The value for `--openshift` is the ID of your Kubernetes cluster. + * The value for `--deploytarget` is the ID of your Kubernetes cluster. * Your production environment should be the name of the branch you want to have as your production environment. * The branches you want to deploy might look like this: `“^(main|develop)$”` * The name of your project is anything you want - “Company Website,” “example,” etc.