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
d8da820fe7
y OR N
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
fb28ec4ba5
Empty line after binary indicator
8 years ago
Leo Lamprecht
66711afaeb
Capitalize command descriptions
8 years ago
Nathan Rajlich
3f78172428
only consider 1 result for the "single" verbage ( #170 )
English is hard… 0 uses the "multiple" verbage. We want:
0 domains
1 domain
2 domains
3 domains
…etc.
8 years ago
Olli Vanhoja
b98bc74f0b
Don't print the list if there is no entries
8 years ago
Olli Vanhoja
87c4b1fc16
Add header to alias and secrets command
8 years ago
Olli Vanhoja
b6f135419d
Proper strlen function for strings containing ANSI escape codes
8 years ago
Matheus Fernandes
4debd4b3e7
Show lowercased secret name after `now secret add` ( #57 )
8 years ago
Nick Payne
9c9682354c
Import login method to now-secrets
8 years ago
Guillermo Rauch
fc8e4f8e20
make indendation consistent
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
2c28348ed9
help: add `rename`
9 years ago
Guillermo Rauch
cf0b8d260a
fix help
9 years ago
Guillermo Rauch
8354ee8cea
fix rename
9 years ago
Guillermo Rauch
187686d981
fixes for rm
9 years ago
Guillermo Rauch
3025a091a5
fix try/catch in async with older babel-runtime :\
9 years ago
Guillermo Rauch
092d994ec5
initial sketch
9 years ago