Tony Kovanen
|
264a18732b
|
Rename to `forwardNpm` and check .now.json for it (#90)
|
9 years ago |
Guillermo Rauch
|
396bd8713f
|
activate quiet mode when piping
|
9 years ago |
Tony Kovanen
|
7ab8e0d344
|
Add cmd line flag to forward NPM auth token
|
9 years ago |
Guillermo Rauch
|
de932b8643
|
now-deploy: stay quiet on non-tty
|
9 years ago |
Guillermo Rauch
|
eb04657b2f
|
Add zeit world (wip) (#67)
* alias: clean up the alias (trailing and leading dots)
* alias: improve domain validation and implement zeit.world
* is-zeit-world: detect valid zeit.world nameservers
* package: add domain-regex dep
* now-alias: fix edge case with older aliases or removed deployments
* alias: move listing aliases and retrying to `index`
* index: generalize retrying and alias listing
* alias: remove `retry` dep
* now-remove: print out alias warning
* typo
* now-alias: prevent double lookup
* now: add domain / domains command
* now-deploy: document `domain`
* agent: allow for tls-less, agent-less requests while testing
* is-zeit-world: fix nameserver typo
* dns: as-promised
* now-alias: fix `rm` table
* now-alias: no longer admit argument after `alias ls`
@rase- please verify this, but I think it was overkill?
* admit "aliases" as an alternative to alias
* make domain name resolution, creation and verification reusable
* index: add nameserver discover, domain setup functions (reused between alias and domains)
* now-domains: add command
* domains: commands
* package: bump eslint
* now-alias: simplify sort
* now-domains: sort list
* now-domains: improve deletion and output of empty elements
* errors: improve output
* domains: add more debug output
* domains: extra logging
* errors: improve logging
* now-remove: improve `now rm` error handling
* index: more reasonable retrying
* alias: support empty dns configurations
* dns: remove ns fn
* alias: improve post-dns-editing verification
* index: remove unneeded dns lookup
* index: implement new `getNameservers`
* index: customizable retries
* alias: improve error
* improve error handling and cert retrying
* customizable retries
* alias: better error handling
* alias: display both error messages
* better error handling
* improve error handling for certificate verification errors
* alias: set up a `*` CNAME to simplify further aliases
* alias: fewer retries for certs, more spaced out (prevent rate limiting issues)
* alias: ultimate error handling
* add whois fallback
* adjust timer labels for whois fallback
* index: whois fallback also upon 500 errors
* alias: fix error message
* fix duplicate aliases declaration
|
9 years ago |
Guillermo Rauch
|
5a17da1e04
|
now-deploy: add "initializing" message
|
9 years ago |
Guillermo Rauch
|
c65a8ad7ce
|
properly specify minimist options
|
9 years ago |
Guillermo Rauch
|
83b948f8d6
|
prevent minimist from parsing an argument as an option value
otherwise:
`now -d /path`
would fail
protip cc @rase- @nkzawa
|
9 years ago |
Guillermo Rauch
|
7ab2360393
|
now-deploy: consistency in help
|
9 years ago |
Guillermo Rauch
|
4e4671d6f3
|
now-deploy: improve help
|
9 years ago |
Guillermo Rauch
|
6d1cc81e3c
|
help columns consistently
|
9 years ago |
Guillermo Rauch
|
a01ce1076b
|
fix debug
|
9 years ago |
Guillermo Rauch
|
19a2e55a90
|
migrate to api.zeit.co and add warnings support
|
9 years ago |
Guillermo Rauch
|
9522653e34
|
now-deploy: simplify help
|
9 years ago |
Tony Kovanen
|
d7ed912502
|
Add back help for `now-rm`
|
9 years ago |
Tony Kovanen
|
56fc395c58
|
Remove docs for `now rm` temporarily
|
9 years ago |
nkzawa
|
66f4cc2de6
|
fix help text
|
9 years ago |
Tony Kovanen
|
9ade9b0921
|
Add sketch of `now-rm`
|
9 years ago |
nkzawa
|
7903aa69a6
|
add url option for development
|
9 years ago |
nkzawa
|
0bd3127687
|
now-deploy: don't check update
|
9 years ago |
nkzawa
|
ac8256fcb8
|
bin/now -> bin/now-deploy
|
9 years ago |
Guillermo Rauch
|
8f473e90b4
|
always print deployment status
|
9 years ago |
Guillermo Rauch
|
2b9b1606a0
|
fix closing of process
|
9 years ago |
Guillermo Rauch
|
c89f0603ea
|
print logs from build
|
9 years ago |
Guillermo Rauch
|
1aa4fbf216
|
now: fix indent
|
9 years ago |
Guillermo Rauch
|
a759be2203
|
now: move from commander to minimist
|
9 years ago |
nkzawa
|
d0ef4ef7fc
|
add messages for rate limit exceeded error
|
9 years ago |
Guillermo Rauch
|
4909c75edc
|
now: expose version
|
9 years ago |
Tony Kovanen
|
c5b07204bf
|
Add `-F, --forceSync` flag
|
9 years ago |
Tony Kovanen
|
0e8ead93d2
|
Draft
|
9 years ago |
Guillermo Rauch
|
515c946ccd
|
tfw you dramatically simplify something
|
9 years ago |
Guillermo Rauch
|
d4c5ebc3cd
|
add auto updater with support for timeout, exit handler
|
9 years ago |
Guillermo Rauch
|
f4c3712623
|
now: revert usage of `now`
|
9 years ago |
Guillermo Rauch
|
09e034cbb2
|
now: require a path (eg: `now .`)
|
9 years ago |
Guillermo Rauch
|
2adb3ce313
|
now: tune `complete` callback
|
9 years ago |
Guillermo Rauch
|
9ada816fbc
|
now: wrap path in quotes
|
9 years ago |
Guillermo Rauch
|
4f08f41dcc
|
now: colors, colors everywhere
|
9 years ago |
Guillermo Rauch
|
66bbcbd8a0
|
fix program.login
|
9 years ago |
Tony Kovanen
|
4acb0fbfb5
|
Exit when cached sync complete
|
9 years ago |
Tony Kovanen
|
e056e4ea9a
|
Exit when sync complete
|
9 years ago |
Guillermo Rauch
|
a8397b55e7
|
now: implement event listeners for upload progress
|
9 years ago |
Guillermo Rauch
|
1c0ef4582c
|
support force
|
9 years ago |
Guillermo Rauch
|
53c894e1f1
|
now: handle generic errors
|
9 years ago |
Guillermo Rauch
|
2b9551e732
|
now: pass token
|
9 years ago |
Guillermo Rauch
|
8d2c22c0cb
|
now: get token from config or `login`
|
9 years ago |
Guillermo Rauch
|
594bf69ba7
|
now: exit 1 upon login error
|
9 years ago |
Guillermo Rauch
|
25d22e9111
|
incorporate login
|
9 years ago |
Guillermo Rauch
|
f2693e19d7
|
initial commit
|
9 years ago |