greenkeeper[bot]
559cfcb427
fix(package): update ms to version 2.0.0 ( #546 )
8 years ago
Jarmo Isotalo
f66032b1b6
Don't try scaling static deployments ( #543 )
* Don't try scaling static deployments
* Use `error` instead of `console.log`
8 years ago
Nathan Rajlich
2ebd4be0d8
remove `id` from `now domains ls` ( #541 )
Also moves the URL to the first column of the table,
swapping the `domain` and `dns` fields.
8 years ago
Nathan Rajlich
4f64762ffc
exit the process immediately upon Ctrl+C ( #540 )
During the deployment selection prompt, don't print out a stack
trace of the "Aborted" error to the user, just exit the process
directly.
8 years ago
Leo Lamprecht
8cdc0ac9c0
5.3.0
8 years ago
Leo Lamprecht
42c1e16d3a
Bumped dependencies to the latest version
8 years ago
Jarmo Isotalo
14dbbcec41
Make now scale ls to work with static deployments
8 years ago
Tony Kovanen
9483e8a736
Instantly complete static deployments after sync
8 years ago
Tony Kovanen
4763e4cbff
Hide scale settings for static deploys
8 years ago
Tony Kovanen
095569969b
Proper getting of files for static deployments
8 years ago
Tony Kovanen
ea7dadeb67
Fix getting files for static deployments
8 years ago
Tony Kovanen
45e55d58e2
Support static types when deploying
8 years ago
Tony Kovanen
91de162fd5
New static deployment support
8 years ago
greenkeeper[bot]
73b5464d1a
chore(package): update pkg to version 3.0.4 ( #538 )
8 years ago
greenkeeper[bot]
ba713d2fdb
fix(package): update clipboardy to version 1.1.2 ( #537 )
8 years ago
greenkeeper[bot]
cce19f01b3
fix(package): update download to version 6.1.0 ( #535 )
8 years ago
greenkeeper[bot]
db31624fd7
fix(package): update socket.io-client to version 2.0.0 ( #524 )
8 years ago
Matheus Fernandes
d3a37e052b
5.2.3
8 years ago
Matheus Fernandes
60837a0368
Show a nicer error if trying to buy a domain without a credit card
8 years ago
greenkeeper[bot]
37107ddc9a
fix(package): update email-prompt to version 0.3.0 ( #520 )
8 years ago
Leo Lamprecht
809ce879c0
5.2.2
8 years ago
Leo Lamprecht
0981262132
Pinned `progress` dependency
8 years ago
Leo Lamprecht
d6c29ace51
Updated `serve` to the latest version
8 years ago
Leo Lamprecht
97e6db13f2
Bumped dependencies to the latest version
8 years ago
Matheus Fernandes
9213e8acda
Fix domain/subdomain usage on `now alias`'s `buy` logic
8 years ago
Matheus Fernandes
51e2951dee
`userId` => `uid`
8 years ago
Matheus Fernandes
14a3a0205d
Tweak docs
8 years ago
Nathan Rajlich
7e0f5f1a56
dynamically update the "serve" version for static deployments ( #513 )
Since we use Greenkeeper to update dependencies for `now-cli`,
we can depend on it to keep the version of `serve` that we use
for static deployments up-to-date at all times.
8 years ago
Nathan Rajlich
68a3f51dff
implement `public` property for now.json and pkg.now
Closes #463 .
8 years ago
Nathan Rajlich
3902a7da62
update "serve" for static deployments to v5.1.4
8 years ago
Matheus Fernandes
08049e2e05
5.2.1
8 years ago
Matheus Fernandes
26b9d64b61
Add missing `break`
8 years ago
greenkeeper[bot]
cd470813da
chore(package): update pkg to version 3.0.3 ( #512 )
8 years ago
Nathan Rajlich
49a2a645c8
refactor the `readMetaData()` function ( #508 )
* refactor the `readMetaData()` function
* add a couple new test cases
* test: restore "build" prefix
Fixes Node.js <= v6
* add default values for `npm`/`docker` get files functions
Makes the logic simpler, since we don't have to check for existence.
* throw an error when missing start/now-start or server.js
* pass in entire `readMetaData()` result to Now.create()
This avoids us reading these files from the filesystem again
8 years ago
Matheus Fernandes
b35e7e7411
5.2.0
8 years ago
Matheus Fernandes
8ebd5b91ec
Prettier stuff
8 years ago
Matheus Fernandes
1478009c22
Remove lockfile
8 years ago
Matheus Fernandes
b6dadac9f5
Add `now login` and document `now logout`
8 years ago
Jarmo Isotalo
a1e5ba0b26
Remove id's from now-alias ( #500 )
* Remove id's from now-alias
* Colors
* Less hacky formatting
8 years ago
Matheus Fernandes
8b306e657b
Fix `--token` support
Closes #499
Closes #474
Closes #484
8 years ago
Matheus Fernandes
b0593c1f33
Remove useless HTTP header
8 years ago
Jarmo Isotalo
9e22ad34d2
Fix path alias updates ( #493 )
* Catch path alias changes correctly
Fixes #492
* And the automatic petteier changes for alias
8 years ago
Jarmo Isotalo
bc0b06721a
Sort `now scale ls` output similarly to `now ls` ( #494 )
* Sort `now scale ls` similarly how `now ls` is sorted
* Remove unused dependency
8 years ago
greenkeeper[bot]
bde309850e
fix(package): update docker-file-parser to version 1.0.2 ( #496 )
8 years ago
Jarmo Isotalo
b67e683f38
Fixes an error of missing context after logging in while deploying. ( #498 )
```
> Error! Unknown error: TypeError: Cannot read property 'username' of undefined
TypeError: Cannot read property 'username' of undefined
at /usr/local/lib/node_modules/now/build/bin/now-deploy.js:316:115
at Generator.next (<anonymous>)
at c (/usr/local/lib/node_modules/now/build/bin/now-deploy.js:760:99)
```
8 years ago
Jarmo Isotalo
a09abbcad4
Always scale up but never down when matching scale on alias ( #504 )
8 years ago
Jarmo Isotalo
c05405e193
Read docker label correctly, fixes #368 ( #501 )
8 years ago
Igor Klopov
c97edc61b5
Move list of `pkg` targets to `package.json.pkg.targets` ( #503 )
8 years ago
Matheus Fernandes
04f457550e
Log the body of the request when the first step of a login fails
8 years ago
greenkeeper[bot]
0cf8c73602
chore(package): update prettier to version 1.3.0 ( #487 )
8 years ago