Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: EF804E3FF4BBA8AB
6 changed files with
6 additions and
0 deletions
-
bin/now
-
bin/now-alias
-
bin/now-certs
-
bin/now-deploy
-
bin/now-domains
-
bin/now-secrets
|
|
@ -1,4 +1,5 @@ |
|
|
|
#!/usr/bin/env node |
|
|
|
|
|
|
|
import minimist from 'minimist'; |
|
|
|
import { resolve } from 'path'; |
|
|
|
import { spawn } from 'cross-spawn'; |
|
|
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
#!/usr/bin/env node |
|
|
|
|
|
|
|
import chalk from 'chalk'; |
|
|
|
import minimist from 'minimist'; |
|
|
|
import table from 'text-table'; |
|
|
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
#!/usr/bin/env node |
|
|
|
|
|
|
|
import chalk from 'chalk'; |
|
|
|
import table from 'text-table'; |
|
|
|
import strlen from '../lib/strlen'; |
|
|
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
#!/usr/bin/env node |
|
|
|
|
|
|
|
import Progress from 'progress'; |
|
|
|
import copy from '../lib/copy'; |
|
|
|
import { resolve } from 'path'; |
|
|
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
#!/usr/bin/env node |
|
|
|
|
|
|
|
import chalk from 'chalk'; |
|
|
|
import minimist from 'minimist'; |
|
|
|
import table from 'text-table'; |
|
|
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
#!/usr/bin/env node |
|
|
|
|
|
|
|
import chalk from 'chalk'; |
|
|
|
import table from 'text-table'; |
|
|
|
import strlen from '../lib/strlen'; |
|
|
|