Leo Lamprecht
66a0641214
7.2.2
8 years ago
Leo Lamprecht
3647ce7bd9
Only allow releases inside the ZEIT org
8 years ago
Naoyuki Kanezawa
ed34ef6f74
Avoid retrieving the deployment list when aliasing ( #708 )
* 7.2.0
* alias: use deployment url which is included in alias data
* alias: remove remaining https prefix
8 years ago
Leo Lamprecht
153b20cee5
Automatically publish to npm
8 years ago
Leo Lamprecht
1cb7b3c8e4
Install custom dependencies after the normal ones
8 years ago
Leo Lamprecht
21b0c13b6b
Let Circle CI determine the git tag
8 years ago
Leo Lamprecht
d4bcf75055
7.2.1
8 years ago
Leo Lamprecht
4a7cefa922
Perfected structure for testing config
8 years ago
Leo Lamprecht
9b138191d9
Better grouping for Circle CI commands
8 years ago
Leo Lamprecht
c74a88c2b6
Ensure that directory with packed binary exists
8 years ago
Leo Lamprecht
f035cd7415
Load binaries for release from ./packed
8 years ago
Leo Lamprecht
816b23177d
Add binaries to the correct tag when releasing
8 years ago
Leo Lamprecht
1d2b6bc3e1
Don't check node version when uploading binary to Slack
8 years ago
Leo Lamprecht
8869a98597
Upload binaries to Slack for testing
8 years ago
Leo Lamprecht
4db07394a3
Adjusted uploading script for Slack
8 years ago
Leo Lamprecht
8f79c9d6f1
Make artifacts available on Circle CI
8 years ago
Leo Lamprecht
dd956e6cf7
Circle CI is using NVM to install Node.js
8 years ago
Leo Lamprecht
e11dde4c97
Use the latest Node.js version in Circle CI
8 years ago
Leo Lamprecht
517a811e08
Added ability to build on Circle CI
8 years ago
Naoyuki Kanezawa
84ecbcb772
Removed HTTPS prefix from alias list ( #709 )
* 7.2.0
* alias: remove https prefix
8 years ago
Leo Lamprecht
8dacdf8241
7.2.0
8 years ago
Olli Vanhoja
9fcf9c004e
Remove associated aliases and certificates before removing a domain ( #703 )
* Remove associated aliases and certificates before removing a domain
Previously this has been partially done on the server side but
it's better to do it client side to avoid accidentally removing
something that shouldn't be removed in team environments.
* Don't print the domain id
* Grammar
* Remove indentation
8 years ago
Matheus Fernandes
4dcab272df
Don't throw `Domain not found` when trying to `now alias` to a new domain ( #702 )
* Don't throw `Domain not found` when trying to alias to a new domain
* Remove `console.log`
* Prettier stuff
8 years ago
Leo Lamprecht
55d25a19d5
Avoid `npm run link` warnings
8 years ago
Leo Lamprecht
6eae5d1ab2
Lockfile added
8 years ago
Leo Lamprecht
7fcda07cc7
7.1.1
8 years ago
Leo Lamprecht
b2a4c7e7f5
Prettified everything
8 years ago
Leo Lamprecht
7e21d71a04
Bumped dependencies to the latest version
8 years ago
Jarmo Isotalo
1daaf3037b
Keep trying to scale if deployment is not yet ready ( #701 )
* Keep on polling now-scale when deployment is not ready
* Use `ms`
8 years ago
Igor Klopov
50b7f87854
Fixed property `username` not being defined ( #700 )
https://github.com/zeit/now-cli/blob/7.1.0/bin/now-deploy.js#L298
fixes https://github.com/zeit/now-cli/issues/633
8 years ago
Leo Lamprecht
0392b5e318
7.1.0
8 years ago
Leo Lamprecht
d793695dcc
Downgraded `socket.io-client` to avoid several problems
8 years ago
Leo Lamprecht
a604c1f558
Bumped dependencies to the latest version
8 years ago
Igor Klopov
ebcda315a5
Ensured correct output for error messages ( #694 )
* add await to responseError calls
* add await to login(apiUrl) calls
8 years ago
Josh Junon
17b7a5464d
Now respecting the `files` property inside `now.json` ( #692 )
* whitelist now.json files over .gitignores (fixes #596 )
* Prettified
8 years ago
Guillermo Rauch
301166831a
Fixed missing token handling ( #690 )
* handle API errors when fetching user
* handle API errors in some of the core Now methods
* add ability for `handleError` to report full stack trace in debug mode
* make `responseError` utility reusable
* handle top-level promise errors in entry functions of all commands
* allow for logging in when user has a bad token
* fix CI
* Fix reference error
* Improve message
* Fix typo
* Prettify
8 years ago
Leo Lamprecht
89e08bc2e7
7.0.2
8 years ago
Igor Klopov
95042e1a77
Ask to re-install with `--unsafe-perm` on `EACCES` ( #683 )
* ask user to reinstall with --unsafe-perm on EACCES
* webpack overrides process.env totally. removed DefinePlugin
* Cleaned up the code a little
* Missing import comments added
8 years ago
Matheus Fernandes
d60251703c
7.0.1
8 years ago
Matheus Fernandes
8d971d7b2b
Bump `email-prompt` – fixes #679
8 years ago
Matheus Fernandes
a88ecb9936
Revert ea9af7d
and fix the existing message ( #680 )
8 years ago
Leo Lamprecht
b6a714f6c7
Be more definite about what is being installed
8 years ago
Leo Lamprecht
9d30b4fcd3
7.0.0
8 years ago
Leo Lamprecht
9fbeb61ff7
Prettified arrow function
8 years ago
Leo Lamprecht
ea9af7d746
Display proper error message if path doesn't exist
This closes #675
8 years ago
Leo Lamprecht
8a603c04d8
Made `now cc add` case-unsensitive
This closes #631
8 years ago
Leo Lamprecht
12edb30d20
Use arrow functions and import comments where possible
8 years ago
Mike Engel
9089fb8a41
Allow credit card numbers to be pasted with `now cc add` ( #656 )
This fixes a bug where, when pasting a credit card, it would print the
number correctly, but also append too much placeholder. When hitting
enter, backspace, or another number, it would begin printing (and
formatting) `undefined`. This adds a special case where the CC will be
formatted to account for spaces when comparing against the length of the
existing value or placeholder.
8 years ago
Leo Lamprecht
e2cc19e8d5
Added `npm run prettify` for running `prettier` manually
8 years ago
David Corwin
27319e34b4
Improved usage information for `now switch` ( #668 )
* updated help message for `now switch` to reference the argument for the team as the slug instead of the id
* Improved message
* Prettified
8 years ago