Igor Klopov
28a3e0f7ce
Make `now link` great again ( #573 )
* `link` directory to run `npm link` inside
* since `lib` is default source dir name for js (`src` is mostly c++)
* fix linting
* Revert "since `lib` is default source dir name for js (`src` is mostly c++)"
This reverts commit 799edd4e717e66f763593636e7fbbe4b5df239a6.
* Added script for linking
8 years ago
Leo Lamprecht
23bc156a07
Improved filename of postinstall script
8 years ago
Leo Lamprecht
fdc161c6d4
6.1.0
8 years ago
Leo Lamprecht
f5b87517c6
License field added back
8 years ago
Albin Ekblom
1224aa6d87
Added file count, fix #370 ( #558 )
* Add file count, fix #370
* Remove progress-bar when complete
8 years ago
CHaBou
567210270a
Add `teams ls` command ( #563 )
* Add `teams ls` command
* Fix Prettier
* Add `teams list` command alias
* Add table output primitive
* Use table output primitive to list team
* Fix name/email for user
* Change indicator for current team
8 years ago
Igor Klopov
ff5d38644c
Added 'downloading' and 'interrupted' state ( #570 )
* move placeholder population to index.js
* detect ctrl+c and put 'please reinstall' to placeholder
8 years ago
greenkeeper[bot]
06e95223be
chore(package): update node-fetch to version 1.7.0 ( #572 )
8 years ago
greenkeeper[bot]
501dbdb13c
chore(package): update webpack to version 2.6.0 ( #571 )
8 years ago
Nathan Rajlich
23abd2a826
make `promptBool()` return false upon Ctrl+C ( #557 )
* move `prompt-options.js` to utils/input dir
* make `promptBool()` return false upon Ctrl+C
Also make the `info('Aborted')` output more consistent
across the CLI.
* Revert "handle user abort in `now domains buy` (#554 )"
This reverts commit 34151c8193
.
8 years ago
Leo Lamprecht
dd4d374552
6.0.5
8 years ago
Leo Lamprecht
8d427de1e3
Retrieve the correct URL for downloading the CLI
8 years ago
Leo Lamprecht
3c8f8a00ae
Upload binaries to slack after deploying
8 years ago
Leo Lamprecht
15bed6b4e5
6.0.4
8 years ago
Leo Lamprecht
fe0c4a35cf
Read `package.json` on runtime when downloading
8 years ago
Leo Lamprecht
5536960871
Only include the files that are needed
8 years ago
Leo Lamprecht
1b882989de
6.0.3
8 years ago
Leo Lamprecht
bfb83d7f1a
Prepared for the npm release
8 years ago
Leo Lamprecht
672a16168c
Always download the specified version
8 years ago
Leo Lamprecht
9654b36f77
Sweetened a title in the readme
8 years ago
Leo Lamprecht
f92e556b7c
Build inside a single directory
8 years ago
Leo Lamprecht
c9dabd9a53
Explain why we're shipping the bundled CLI
8 years ago
Leo Lamprecht
bbee653c29
Add now cli proxy ( #569 )
* unite now-cli and now-cli-proxy into single repo
* fix xo
* package.json.name is `now`
8 years ago
Matheus Fernandes
8eee576d7c
6.0.0
8 years ago
Matheus Fernandes
4f29b6fb8c
Make `--public` skip the OSS prompt
8 years ago
Matheus Fernandes
9802391cc8
Remove `now open`
8 years ago
Matheus Fernandes
d737b56470
Improve `now scale` and `now alias` ( #565 )
* Improve now alias and scale ux
* Print scaling rules even when there is nothing to change, and fix scale-info
* Allow scale to take alias as parameter
* Remove debug print
* Fix list prefix color
* Fix output styling
8 years ago
Matheus Fernandes
b035f500dd
Fix Slack script
8 years ago
Matheus Fernandes
adda12a2ef
Show a proper message for non-supported TLDs
8 years ago
Matheus Fernandes
769f8c298a
Make the messaging more clear and consistent when buying a domain
8 years ago
Matheus Fernandes
dd1071366d
Show the period when prompting for a domain purchase
8 years ago
Leo Lamprecht
bc8fd3346a
5.3.3
8 years ago
Leo Lamprecht
91ddc55d5b
Set correct name for bundled binaries
8 years ago
Nathan Rajlich
2b21208b07
note that logs are public with OSS deployments ( #562 )
8 years ago
Leo Lamprecht
aa4d874b9e
More suitable name
8 years ago
Leo Lamprecht
53ca25ef79
5.3.2
8 years ago
Leo Lamprecht
529f6d4248
Made readme explanation even more descriptive
8 years ago
Leo Lamprecht
a7414e69a7
Better description
8 years ago
Leo Lamprecht
82116771c7
Indicate where to find the proxy
8 years ago
Leo Lamprecht
a4c22f0c06
Removed `husky` because it is not needed
8 years ago
Leo Lamprecht
b189d4ce97
Don't build slack script
8 years ago
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