Leo Lamprecht
513ecfb7de
Added extensions to binaries
8 years ago
Leo Lamprecht
158bf64ea2
No need to set language type anymore
8 years ago
Leo Lamprecht
9f073ad25c
Use async-to-gen for all Node versions
8 years ago
Jarmo Isotalo
059918e7ee
Remove babel as dependecy ( #209 )
* Remove babel as a dependency
* Migrate from import foo from foo to const foo = require('foo')
* Update module.exports
* Update commander syntax
* Update pkg config and fix stuff
* Make XO happy
* Fix path in tests
* Fix typo
* Fix cleanup
* Debug pkg
* Fix pkg
* Fix process.argv for subcommands
* Run with --harmony-async-await when supported thx igor for help with this trick :D
* Use bash
* Set engines.node in package.json
8 years ago
Leo Lamprecht
8698bd694f
Removed unnecessary semicolon
8 years ago
Olli Vanhoja
14d861e6d1
Show an appropriate message for incomplete deployments ( #185 )
If syncing files fails or the user just happens to run `now ls`
before the deployment is ready `https://null ` is shown as an URL
to the deployment. Instead of showing `null` we could show
something nice.
8 years ago
Olli Vanhoja
ca09ec1baa
DNS Management added
8 years ago
Leo Lamprecht
e32bd818e4
Make binaries comply to linting rules
8 years ago
Leo Lamprecht
c67c051699
The binaries are made of JavaScript
8 years ago
Leo Lamprecht
076817309c
Group imports by kind
8 years ago
Leo Lamprecht
66711afaeb
Capitalize command descriptions
8 years ago
Olli Vanhoja
b6f135419d
Proper strlen function for strings containing ANSI escape codes
8 years ago
Kevin Donahue
deea02a1bf
Fix `now ls` output in case of 0 deployments
8 years ago
Guillermo Rauch
c4248cebaa
add totals to listings and fix plurals
8 years ago
Olli Vanhoja
c6f42c36e3
Add --token and --config options
--token=MYTOKEN
--config=/path/to/.now.json
8 years ago
Guillermo Rauch
c65a8ad7ce
properly specify minimist options
9 years ago
Guillermo Rauch
83b948f8d6
prevent minimist from parsing an argument as an option value
otherwise:
`now -d /path`
would fail
protip cc @rase- @nkzawa
9 years ago
Guillermo Rauch
953b32a939
improve stdout
9 years ago
Guillermo Rauch
c8d320c71c
now-list: consistent alias position
9 years ago
Guillermo Rauch
d56f6adc75
improve display of now list
9 years ago
Guillermo Rauch
b44140e262
fix zeit endpoints
9 years ago
Guillermo Rauch
5cf2ebe45b
now-list: style
9 years ago
nkzawa
dc92b119ce
add help for now-list
9 years ago
nkzawa
f2282a1791
improve the style of now-list
9 years ago
nkzawa
13be7ae16a
sort now-list result
9 years ago
nkzawa
5df1bc6132
now-list: format output
9 years ago
nkzawa
7903aa69a6
add url option for development
9 years ago
nkzawa
1577f471de
add base command
9 years ago