Skip to content

Commit

Permalink
Add clearer instructions for init command
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniils Petrovs committed Feb 2, 2024
1 parent 131449a commit 448210b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var initCmd = &cobra.Command{
viper.WriteConfig()
fmt.Println(aurora.Green("Config initialized succesfully!"))
fmt.Println("Don't forget to place your Zube private key at ~/.ssh/zube_api_key.pem")
fmt.Println("See https://zube.io/docs/api#generating-a-private-key for more information")
},
}

Expand Down

0 comments on commit 448210b

Please sign in to comment.