Skip to content

Commit a40ee72

Browse files
committed
show url to go get api key
1 parent 721878a commit a40ee72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/auth_login.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ var loginCmd = &cobra.Command{
2121
RunE: func(cmd *cobra.Command, args []string) error {
2222
name := args[0]
2323

24+
fmt.Fprintln(os.Stderr, "Get your API key at https://app.loops.so/settings?page=api")
2425
fmt.Fprint(os.Stderr, "Enter your API key: ")
2526
raw, err := term.ReadPassword(int(os.Stdin.Fd()))
2627
fmt.Fprintln(os.Stderr)

0 commit comments

Comments
 (0)