You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// thanks @robsimmons for this excellent suggestion!
29
+
this.log('')
30
+
this.log("I'm about to open a browser that is going to create a GitHub Application.")
31
+
this.log('This app will be named: Disco (some-random-name)')
32
+
this.log('')
33
+
this.log(
34
+
"You'll be able to control which repositories disco has access to through this app. When you 'git push' changes to an authorized repo, disco will automatically trigger a deployment.",
35
+
)
36
+
37
+
this.log('')
38
+
constresponse=awaitinput({message: 'Is it okay to open a browser? y/n',default: 'y'})
39
+
if(response==='n'){
40
+
this.log('')
41
+
this.log('You need to copy and paste this URL into a browser to finish setup:')
0 commit comments