docs: update cli reference

This commit is contained in:
Nirusu 2023-03-03 08:08:00 +00:00 committed by Nils Hanke
parent 77a375e837
commit 9867faaf7e

View File

@ -533,6 +533,7 @@ Create IAM configuration on a cloud platform for your Constellation cluster.
```
--generate-config automatically generate a configuration file and fill in the required fields
-h, --help help for create
-k, --kubernetes string Kubernetes version to use in format MAJOR.MINOR - only usable in combination with --generate-config (default "v1.25")
--yes create the IAM configuration without further confirmation
```
@ -572,6 +573,7 @@ constellation iam create aws [flags]
--debug enable debug logging
--force disable version compatibility checks - might result in corrupted clusters
--generate-config automatically generate a configuration file and fill in the required fields
-k, --kubernetes string Kubernetes version to use in format MAJOR.MINOR - only usable in combination with --generate-config (default "v1.25")
--yes create the IAM configuration without further confirmation
```
@ -603,6 +605,7 @@ constellation iam create azure [flags]
--debug enable debug logging
--force disable version compatibility checks - might result in corrupted clusters
--generate-config automatically generate a configuration file and fill in the required fields
-k, --kubernetes string Kubernetes version to use in format MAJOR.MINOR - only usable in combination with --generate-config (default "v1.25")
--yes create the IAM configuration without further confirmation
```
@ -637,6 +640,7 @@ constellation iam create gcp [flags]
--debug enable debug logging
--force disable version compatibility checks - might result in corrupted clusters
--generate-config automatically generate a configuration file and fill in the required fields
-k, --kubernetes string Kubernetes version to use in format MAJOR.MINOR - only usable in combination with --generate-config (default "v1.25")
--yes create the IAM configuration without further confirmation
```