cnoe-io / idpbuilder

Spin up a complete internal developer platform with only Docker required as a dependency.
https://cloud-native.slack.com/archives/C05TN9WFN5S
Apache License 2.0
149 stars 45 forks source link

Incorrect parameter name to specify the domain name for the servers running on the cluster #314

Open cmoulliard opened 1 week ago

cmoulliard commented 1 week ago

Issue

Th following parameter name is not correct as it uses as word host while in fact it should be domainName

CreateCmd.PersistentFlags().StringVar(&host, "host", "cnoe.localtest.me", "Host name to access resources in this cluster.")