Leo Lamprecht
41bebe8e12
Don't show warnings when linting
8 years ago
Leo Lamprecht
7352306deb
Removed build step
8 years ago
Leo Lamprecht
7c1b09c823
We'll never put this on npm directly
8 years ago
Leo Lamprecht
5657943b73
Unncessary package fields removed
8 years ago
greenkeeper[bot]
3253586096
fix(package): update ignore to version 3.3.1 ( #560 )
8 years ago
Albin Ekblom
6602b8ac36
Replace fs-promise with fs-extra ( #559 )
8 years ago
Nathan Rajlich
cde2647587
show usage message upon login ( #556 )
Rather than eagerly deploying upon first usage.
Fixes #533 .
8 years ago
Nathan Rajlich
34151c8193
handle user abort in `now domains buy` ( #554 )
Fixes #547 .
8 years ago
Jarmo Isotalo
84204d7b59
Improve scaling for static deployments
8 years ago
greenkeeper[bot]
3973798a99
chore(package): update lint-staged to version 3.4.2 ( #553 )
8 years ago
Nathan Rajlich
bc26a57d7c
Don't print out stack traces upon user abort ( #544 )
* remove `instanceof` check
Use duck-type checking instead.
* handle USER_ABORT errors in `handleError()`
* don't print out stack traces upon user abort
Also eliminates the usage of `async-retry` since it was
pretty much overkill for this use case. Instead just extract
the logic out into its own function and call it recursively
when we have to do the user prompt.
* Print `Aborted` upon user about
8 years ago
Jarmo Isotalo
6c86472f57
Try to make sure prettier doesn't make us waste time again ( #551 )
* Try running prettier, if it modifies the code fail
* Prettify
8 years ago
Leo Lamprecht
e6601b549c
5.3.1
8 years ago
Olli Vanhoja
5040b71173
Fix ls listing for 0 priorities ( #550 )
8 years ago
Jarmo Isotalo
1076bdc348
Remove unnecessary step from caught a bug list.
8 years ago
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