We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721878a commit a40ee72Copy full SHA for a40ee72
1 file changed
cmd/auth_login.go
@@ -21,6 +21,7 @@ var loginCmd = &cobra.Command{
21
RunE: func(cmd *cobra.Command, args []string) error {
22
name := args[0]
23
24
+ fmt.Fprintln(os.Stderr, "Get your API key at https://app.loops.so/settings?page=api")
25
fmt.Fprint(os.Stderr, "Enter your API key: ")
26
raw, err := term.ReadPassword(int(os.Stdin.Fd()))
27
fmt.Fprintln(os.Stderr)
0 commit comments