Igor Klopov
|
67b55610b7
|
make a binary of `now` using enclosejs (#81)
* make a binary of `now` using enclosejs
* pin enclosejs version
|
9 years ago |
Guillermo Rauch
|
de932b8643
|
now-deploy: stay quiet on non-tty
|
9 years ago |
Guillermo Rauch
|
1be3a4685b
|
fix remove
|
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
|
0892e032db
|
now-remove: print out alias warning
|
9 years ago |
Guillermo Rauch
|
6dcd7b68dd
|
now-alias: fix edge case with older aliases or removed deployments
|
9 years ago |
Guillermo Rauch
|
5a17da1e04
|
now-deploy: add "initializing" message
|
9 years ago |
Tony Kovanen
|
7f4e498b57
|
Underline urls in `alias rm` and show target
|
9 years ago |
Tony Kovanen
|
196692a5c5
|
Add confirmation to `alias rm`
|
9 years ago |
Guillermo Rauch
|
77d10deddb
|
add confirmation for removal
|
9 years ago |
Guillermo Rauch
|
62bacc5968
|
now-alias: close socket gracefully
|
9 years ago |
Guillermo Rauch
|
a649bd7597
|
now-alias: improve ls output
|
9 years ago |
Tony Kovanen
|
f10c533a61
|
Move exit
|
9 years ago |
Tony Kovanen
|
c93fbc6489
|
Fix default usage of `alias set`
|
9 years ago |
Tony Kovanen
|
b29fce99db
|
Fix timestamp usage
|
9 years ago |
Tony Kovanen
|
4aab8c6c8e
|
`alias ls` logic
|
9 years ago |
Tony Kovanen
|
9418d983f2
|
`exit(0)` when successful
|
9 years ago |
Tony Kovanen
|
80237aef32
|
Fix alias argv usage
|
9 years ago |
Guillermo Rauch
|
b65f57e4d5
|
now-alias: pass only strings (minimist converts to `Number`)
|
9 years ago |
Guillermo Rauch
|
7feb738b33
|
now-alias: support `userError` errors
|
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
|
54bb5eeb39
|
now-alias: remove redundant msg
|
9 years ago |
Guillermo Rauch
|
7ab2360393
|
now-deploy: consistency in help
|
9 years ago |
Guillermo Rauch
|
2b1851abd5
|
now-alias: improve copy
|
9 years ago |
Guillermo Rauch
|
751fa7d990
|
now: add `ln` as basic command
|
9 years ago |
Guillermo Rauch
|
4ec6e8ec9d
|
now-alias: refer to `_` to get custom args
|
9 years ago |
Guillermo Rauch
|
75aad74a6f
|
lint
|
9 years ago |
Guillermo Rauch
|
4e4671d6f3
|
now-deploy: improve help
|
9 years ago |
Guillermo Rauch
|
90c602d9c1
|
now-alias: add `add` as synonym to `set`
|
9 years ago |
Guillermo Rauch
|
3643bac7b9
|
now-alias: add support for implicit `set`
|
9 years ago |
Guillermo Rauch
|
953b32a939
|
improve stdout
|
9 years ago |
Guillermo Rauch
|
6d1cc81e3c
|
help columns consistently
|
9 years ago |
Guillermo Rauch
|
c5e966c1c1
|
now-remove: make consistent with `now-alias`
|
9 years ago |
Guillermo Rauch
|
e0a7229b12
|
now-alias: improve docs
|
9 years ago |
Guillermo Rauch
|
439866a2d5
|
now-remove: consistent alias position
|
9 years ago |
Guillermo Rauch
|
c8d320c71c
|
now-list: consistent alias position
|
9 years ago |
Guillermo Rauch
|
a2855c178e
|
now-alias: clean up docs and fix node bug with early exit
|
9 years ago |
Guillermo Rauch
|
d56f6adc75
|
improve display of now list
|
9 years ago |
Guillermo Rauch
|
a01ce1076b
|
fix debug
|
9 years ago |
Guillermo Rauch
|
8cedc55394
|
now-remove: exit process after saying `n` to remove
|
9 years ago |
Tony Kovanen
|
6d189db9d8
|
Sketch requests
(Mostly we need to decide what the route for DELETE is gonna look like)
|
9 years ago |
Tony Kovanen
|
cdcded8b95
|
Add very basic `now-alias` structure
|
9 years ago |
Guillermo Rauch
|
b44140e262
|
fix zeit endpoints
|
9 years ago |
Guillermo Rauch
|
19a2e55a90
|
migrate to api.zeit.co and add warnings support
|
9 years ago |
Guillermo Rauch
|
81214d9fcf
|
now-remove: improve success message output
|
9 years ago |
Tony Kovanen
|
95a0263295
|
Parity of output with `now ls`
|
9 years ago |
Tony Kovanen
|
f3591dedf6
|
Remove double space
|
9 years ago |
Tony Kovanen
|
e8ff848e3b
|
Add `https://` to displayed url for cmd + click
|
9 years ago |
Tony Kovanen
|
231ad68934
|
Show url instead of deployment id in confirmation
|
9 years ago |