We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
init
1 parent 131449a commit 448210bCopy full SHA for 448210b
cmd/init.go
@@ -41,6 +41,7 @@ var initCmd = &cobra.Command{
41
viper.WriteConfig()
42
fmt.Println(aurora.Green("Config initialized succesfully!"))
43
fmt.Println("Don't forget to place your Zube private key at ~/.ssh/zube_api_key.pem")
44
+ fmt.Println("See https://zube.io/docs/api#generating-a-private-key for more information")
45
},
46
}
47
0 commit comments