netlify / netlifyctl

MIT License
176 stars 34 forks source link

Missing "Continue?" prompt when using init --manual (Gitlab) #91

Closed ackushiw closed 6 years ago

ackushiw commented 6 years ago

Following the steps for init --manual

after reaching:

Configuring Continuous Deployment ... 🌎
Give this Netlify SSH public key access to your repository:

(SSH_KEY)

and copying and adding the SSH key to the gitlab repo: GITLAB_PROJECT > Settings > Repository - Deploy Keys

the command line holds with Configuring Continuous Deployment ... 🌏 (with the globe animating)

ackushiw commented 6 years ago

Looking at the code https://github.com/netlify/netlifyctl/blob/80a78fe6bd839fb3419268ba70b9bbcc7c50c3f8/commands/init/manual.go#L20

I thought I'd try typing y then hitting enter I can continue this way.

fool commented 6 years ago

Thanks for this report @ackushiw - wanted to confirm you did the right thing to get past it! Just found this myself too.

fool commented 6 years ago

cc @calavera or @rybit suspect this is an easy fix and tripped up another customer today - any chance we could get some eyes on it?