Skip to content

Commit 448210b

Browse files
author
Daniils Petrovs
committed
Add clearer instructions for init command
1 parent 131449a commit 448210b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/init.go

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ var initCmd = &cobra.Command{
4141
viper.WriteConfig()
4242
fmt.Println(aurora.Green("Config initialized succesfully!"))
4343
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")
4445
},
4546
}
4647

0 commit comments

Comments
 (0)