Matheus Fernandes
ca1be7b501
Add support for coupon codes ( #747 )
* [BREAKING] `now domains`: remove `--config` flag
Needed so we can introduce `--coupon`
* Remove test code
* Fix the amount of erased lines upon error
* Make it async
* Add option to clear the output after adding the card
* Tweak success message
* Add support for coupon codes
7 years ago
Igor Klopov
7336c8cb0e
Fix for #729 ( #745 )
* use 'which' to detect the path of global cmd
* fix downloading apline binaries
7 years ago
Nathan Rajlich
d8de1bcd91
secrets: treat any 4xx error code as "user error" ( #744 )
The Secrets endpoints used to inappropriately return a 400
error code when a secret name collision occurred (i.e. when
creating a secret with a name that already exists, or when
trying to rename a secret to a name that is already in use).
Now they return 409 Conflict which is more correct for those
scenarios.
So while we're at it, just treat all 4xx error codes as user errors.
7 years ago
Matheus Fernandes
733a288677
7.3.1
7 years ago
Matheus Fernandes
372f2b4e4d
When on non-TTY mode, wait for the deployment to complete before exiting ( #743 )
* When on non-tty mode, wait for the deployment to complete before exiting
* Fix typo
7 years ago
Jarmo Isotalo
55879b3e32
Atomically is the correct word ( #741 )
7 years ago
Logan McAnsh
602e121742
Fixed a typo in the `now scale` usage information ( #734 )
Fixed a typo in the `now scale` usage information
8 years ago
Matheus Fernandes
21cbdc2059
7.3.0
8 years ago
Leo Lamprecht
43f7262bff
Bumped dependencies to the latest version
8 years ago
Leo Lamprecht
4ae45b4e7e
Invalided cache for slack badge
8 years ago
Igor Klopov
f4c6054acb
Don't deploy again when name or public state changes ( #706 )
* no need in forceNew after https://github.com/zeit/now-create/pull/83
* fix lint
8 years ago
Igor Klopov
316d711a9c
Support for Node.js 0.10 and Git for Windows ( #713 )
* add support of nodejs 0.10
* handle 'incorrect header check' error from gunzip
* fix progress bar
* use async-retry restart after 'incorrect header check'
* fix for #613
8 years ago
nkzawa
dd43a3a57f
Release 7.2.4
8 years ago
nkzawa
5be95dc6f8
use https for badge url
8 years ago
Naoyuki Kanezawa
2bc4a1e601
use https for downloading now binary ( #712 )
8 years ago
Leo Lamprecht
6bddeabdb3
Lockfile updated
8 years ago
Leo Lamprecht
2db1e514e2
7.2.3
8 years ago
Leo Lamprecht
4b163c4835
Now fetching CLI downloads from our CDN
8 years ago
Leo Lamprecht
f5c1261553
Only upload CI binaries to Slack for our branches
8 years ago
Leo Lamprecht
4a1e04fe46
Match all tags on Circle CI, we always use SemVer
8 years ago
Leo Lamprecht
a9c862a228
Allow GitHub Releases uploader to extend existing one
8 years ago
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