Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
6 changed files with
6 additions and
6 deletions
-
bin/now-alias.js
-
bin/now-certs.js
-
bin/now-dns.js
-
bin/now-domains.js
-
bin/now-remove.js
-
bin/now-secrets.js
|
|
@ -247,7 +247,7 @@ async function readConfirmation(alias, _alias) { |
|
|
|
|
|
|
|
process.stdout.write('> The following alias will be removed permanently\n') |
|
|
|
process.stdout.write(' ' + tbl + '\n') |
|
|
|
process.stdout.write(` ${chalk.bold.red('> Are you sure?')} ${chalk.gray('[yN] ')}`) |
|
|
|
process.stdout.write(` ${chalk.bold.red('> Are you sure?')} ${chalk.gray('[y/N] ')}`) |
|
|
|
|
|
|
|
process.stdin.on('data', d => { |
|
|
|
process.stdin.pause() |
|
|
|
|
|
@ -264,7 +264,7 @@ function readConfirmation(cert, msg) { |
|
|
|
process.stdout.write(`> ${msg}`) |
|
|
|
process.stdout.write(' ' + tbl + '\n') |
|
|
|
|
|
|
|
process.stdout.write(`${chalk.bold.red('> Are you sure?')} ${chalk.gray('[yN] ')}`) |
|
|
|
process.stdout.write(`${chalk.bold.red('> Are you sure?')} ${chalk.gray('[y/N] ')}`) |
|
|
|
|
|
|
|
process.stdin.on('data', d => { |
|
|
|
process.stdin.pause() |
|
|
|
|
|
@ -192,7 +192,7 @@ function readConfirmation(record, msg) { |
|
|
|
process.stdout.write(`> ${msg}`) |
|
|
|
process.stdout.write(' ' + tbl + '\n') |
|
|
|
|
|
|
|
process.stdout.write(`${chalk.bold.red('> Are you sure?')} ${chalk.gray('[yN] ')}`) |
|
|
|
process.stdout.write(`${chalk.bold.red('> Are you sure?')} ${chalk.gray('[y/N] ')}`) |
|
|
|
|
|
|
|
process.stdin.on('data', d => { |
|
|
|
process.stdin.pause() |
|
|
|
|
|
@ -244,7 +244,7 @@ async function readConfirmation(domain, _domain) { |
|
|
|
`will be removed. Run ${chalk.dim('`now alias ls`')} to list.\n`) |
|
|
|
} |
|
|
|
|
|
|
|
process.stdout.write(` ${chalk.bold.red('> Are you sure?')} ${chalk.gray('[yN] ')}`) |
|
|
|
process.stdout.write(` ${chalk.bold.red('> Are you sure?')} ${chalk.gray('[y/N] ')}`) |
|
|
|
|
|
|
|
process.stdin.on('data', d => { |
|
|
|
process.stdin.pause() |
|
|
|
|
|
@ -94,7 +94,7 @@ function readConfirmation(matches) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
process.stdout.write(`${chalk.bold.red('> Are you sure?')} ${chalk.gray('[yN] ')}`) |
|
|
|
process.stdout.write(`${chalk.bold.red('> Are you sure?')} ${chalk.gray('[y/N] ')}`) |
|
|
|
|
|
|
|
process.stdin.on('data', d => { |
|
|
|
process.stdin.pause() |
|
|
|
|
|
@ -229,7 +229,7 @@ function readConfirmation(secret) { |
|
|
|
process.stdout.write('> The following secret will be removed permanently\n') |
|
|
|
process.stdout.write(' ' + tbl + '\n') |
|
|
|
|
|
|
|
process.stdout.write(`${chalk.bold.red('> Are you sure?')} ${chalk.gray('[yN] ')}`) |
|
|
|
process.stdout.write(`${chalk.bold.red('> Are you sure?')} ${chalk.gray('[y/N] ')}`) |
|
|
|
|
|
|
|
process.stdin.on('data', d => { |
|
|
|
process.stdin.pause() |
|
|
|