mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-08 01:05:16 -04:00
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:
parent
2f871578b2
commit
106635a9ee
7 changed files with 130 additions and 69 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue