Leo Lamprecht
d4cfb7c30b
Only clone latest commit and don't use sudo
8 years ago
Leo Lamprecht
68d46e4b07
Indicate CLI
8 years ago
Leo Lamprecht
d7694d3a98
Ignore more things
8 years ago
Leo Lamprecht
44eced3b8c
Delete HISTORY.md
8 years ago
Guillermo Rauch
545f644a4c
Release 0.25.0
8 years ago
Guillermo Rauch
dc5a796677
improve error message for not finding a manifest file
8 years ago
Guillermo Rauch
d3c04a5774
package: bump version
8 years ago
Guillermo Rauch
a399d6d0bf
Release 0.24.1
8 years ago
Guillermo Rauch
57d6197472
add `ignore` dep
8 years ago
Guillermo Rauch
d994bdb225
Release 0.24.0
8 years ago
Guillermo Rauch
641eab5ed3
simpler readme
8 years ago
Nathan Rajlich
eec0e8ebd9
now rm: remove by app name ( #150 )
* remove: implement remove by app name
Now you can do `now rm app-name` and remove all
deployments under that app name.
Syntax parallels `now ls app-name`.
* remove: only confirm deletion once
Also now supports arbitrary number of IDs/names to remove,
so that i.e. `xargs` could be used:
```
$ echo TYA4oUPKMloPXpWe3EDw5Dhs LtbfMjHFm92GnoSOVFHSps1E | xargs now rm
```
8 years ago
Guillermo Rauch
5bf0cfe897
Fix ignore ( #151 )
* switch to better ignore module, improve debugging
* add regression test for prefix bug (#142 )
* remove old lib
8 years ago
Leo Lamprecht
00a29d2f3a
Merge pull request #148 from igorklopov/master
Bump to latest pkg with `--out-dir` and stable cli
8 years ago
Leo Lamprecht
eb75cf45eb
Improved description
8 years ago
igorklopov
612098e6b7
directory `out` dedicated to pkg output
8 years ago
igorklopov
91ce470af5
bump pkg to 3.0.0-beta.6
8 years ago
Igor Klopov
9414d8b078
Switch from `enclose` to `pkg` ( #127 )
* removed `enclose`, added `pkg`
* pinned `pkg`version
* bump pkg to beta.4
8 years ago
Naoyuki Kanezawa
2501399ca9
Merge pull request #147 from zeit/fix/spacing
Make indendation consistent
8 years ago
Guillermo Rauch
fc8e4f8e20
make indendation consistent
8 years ago
Naoyuki Kanezawa
d99235ce92
Merge pull request #146 from zeit/add/list-counts
Add totals to listings and fix plurals
8 years ago
Guillermo Rauch
c4248cebaa
add totals to listings and fix plurals
8 years ago
Guillermo Rauch
ab84fc4bd0
Release 0.23.1
8 years ago
Guillermo Rauch
ecc112a6dd
workaround for node-spdy bug
8 years ago
Guillermo Rauch
603841f0b6
index: filter empty entries
8 years ago
Guillermo Rauch
114da38c25
alias: improve error
8 years ago
Olli Vanhoja
2bc5d26fa7
Fix whois-ns-fallback request once again ( #143 )
try-catch in getNameservers() doesn't work as expected because
a promise is returned succesfully before it's evaluation and
try-catch in the function won't catch if it fails later on.
8 years ago
Guillermo Rauch
a09cd39165
Release 0.23.0
8 years ago
Naoyuki Kanezawa
ed8daff427
Merge pull request #134 from zeit/revert-132-fix/now-io-v2
Revert "Use now-io API v2"
8 years ago
Naoyuki Kanezawa
152363bf2b
Revert "Use now-io API v2"
8 years ago
Naoyuki Kanezawa
463ea607ff
use now-io api v2 ( #132 )
8 years ago
Guillermo Rauch
69e23163f4
fix help
8 years ago
Leo Lamprecht
c1831689b9
Merge pull request #133 from zeit/greenkeeper-babel-plugin-transform-runtime-6.15.0
Update babel-plugin-transform-runtime to version 6.15.0 🚀
8 years ago
greenkeeperio-bot
6597b7321f
chore(package): update babel-plugin-transform-runtime to version 6.15.0
8 years ago
Naoyuki Kanezawa
85fc7fc336
fix the initial value of the env option ( #131 )
8 years ago
Tony Kovanen
b02849fba8
Merge pull request #129 from zeit/alias-fix
Add a missing await
8 years ago
Olli Vanhoja
ea6f682ea4
Add a missing await
8 years ago
Naoyuki Kanezawa
fc4a936ce2
Merge pull request #128 from zeit/add/env-option
Better create error messages
8 years ago
Guillermo Rauch
edf0834d7c
Merge branch 'master' into add/env-option
8 years ago
Guillermo Rauch
d450d45842
merge with master
8 years ago
Guillermo Rauch
bf685a0dde
now-deploy: do not attempt to unescape non-string env values
8 years ago
Guillermo Rauch
b83dbfb6ae
index: drastically improve error handling / messages for `create`
8 years ago
Guillermo Rauch
a3fe6eda84
Add -e ( #126 )
* implement `-e`
* index: pass along `env` to `/create`
* index: add `listSecrets` method
* secrets: fix api calls
* support for escaping
8 years ago
Guillermo Rauch
cedf4a40bf
support for escaping
8 years ago
Guillermo Rauch
954be0b939
secrets: fix api calls
8 years ago
Guillermo Rauch
08801432c6
index: add `listSecrets` method
8 years ago
Guillermo Rauch
efdd6b8d29
index: pass along `env` to `/create`
8 years ago
Guillermo Rauch
72d2aba201
implement `-e`
8 years ago
Nathan Rajlich
b55c3138b0
fix Docker CMD docs link ( #124 )
8 years ago
Nathan Rajlich
da8310ef33
Use "cross-spawn" instead of "cross-spawn-async" ( #125 )
Fixes the warning upon `npm install`.
"cross-spawn-async" is now deprecated: https://git.io/v6hdS
8 years ago