Restructure config docs (#44)

* more guided UX when generating and filling in config
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2022-09-02 17:11:06 +02:00 committed by GitHub
parent 2f871578b2
commit 106635a9ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 130 additions and 69 deletions

View file

@ -65,6 +65,9 @@ func configGenerate(cmd *cobra.Command, fileHandler file.Handler, provider cloud
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("\thttps://constellation-docs.edgeless.systems/constellation/getting-started/first-steps#create-a-cluster")
return nil
}