Remove note to instance types specifically

This commit is contained in:
Nils Hanke 2022-09-03 11:04:13 +02:00 committed by Nils Hanke
parent bd63aa3c6b
commit 71fb62fe31

View File

@ -69,8 +69,6 @@ func configGenerate(cmd *cobra.Command, fileHandler file.Handler, provider cloud
} }
cmd.Println("Config file written to", flags.file) cmd.Println("Config file written to", flags.file)
cmd.Println("Please fill in your CSP specific configuration before proceeding.") cmd.Println("Please fill in your CSP specific configuration before proceeding.")
cmd.Println("You can find the list of supported virtual machine types by executing:")
cmd.Println("\tconstellation config instance-types")
cmd.Println("Fore more information refer to our documentation:") cmd.Println("Fore more information refer to our documentation:")
cmd.Println("\thttps://constellation-docs.edgeless.systems/constellation/getting-started/first-steps#create-a-cluster") cmd.Println("\thttps://constellation-docs.edgeless.systems/constellation/getting-started/first-steps#create-a-cluster")