Leo Lamprecht
4a5de7321a
Much stricter repo URL checking
8 years ago
Leo Lamprecht
27b860d6fe
Only show examples related to `now deploy`
8 years ago
Leo Lamprecht
5d5a59d1b1
Make important info bold when error occurs
8 years ago
Leo Lamprecht
c9c32664bb
Don't indicate git ref if master branch
8 years ago
Leo Lamprecht
0ea689c27a
Shorten git reference if commit
8 years ago
Leo Lamprecht
5fb53762eb
Show the git reference when deploying
8 years ago
Leo Lamprecht
04d58f2558
Throw error if URL is not valid
8 years ago
Leo Lamprecht
8075ffae4e
Show good looking messages when deploying Git URL
8 years ago
Leo Lamprecht
be9e61dfeb
Support GitLab as well
8 years ago
Leo Lamprecht
9d7746f9ed
Support for deploying GitHub URLs
8 years ago
Greenkeeper
3e43225204
chore(package): update socket.io-client to version 1.7.0 ( #144 )
8 years ago
Leo Lamprecht
5d1cce8c1c
Respect git ref in error message
8 years ago
Leo Lamprecht
09670c986e
Support for git references
8 years ago
Leo Lamprecht
3e7634159e
Only show message if GH search takes long
8 years ago
Leo Lamprecht
fd0e39da0e
Only do one network roundtrip to GitHub
8 years ago
Leo Lamprecht
d51a6024c7
Swallow errors, just check if falsy
8 years ago
Leo Lamprecht
bb74c71896
Check if path is a repo path via regex
8 years ago
Leo Lamprecht
c92d4dfb37
Clean up tmp dir for repo in a better way
8 years ago
Leo Lamprecht
5e5545789f
Handle potential error when converting res to JSON
8 years ago
Cody Zuschlag
50db54fd83
pass flags to subcommands ( #98 )
* rework args parsing
* test args parsing
8 years ago
Leo Lamprecht
fd24ea0c6a
Fixed tests
8 years ago
Leo Lamprecht
81a1b8946b
Install it globally
8 years ago
Leo Lamprecht
b9f9e71b9f
Neat loading animation for looking on GitHub
8 years ago
Leo Lamprecht
fe6bd9b1f2
Forgot to load fs-promise
8 years ago
Leo Lamprecht
43d0b5693a
Remove tmp dir for repo after deployment went ok
8 years ago
Leo Lamprecht
e16a6eaa30
Tell user that we're looking on GitHub
8 years ago
Leo Lamprecht
6a1837c4af
Make users able to deploy GitHub repos
8 years ago
Leo Lamprecht
04e50b24e4
Basic implementation for GitHub deployments
8 years ago
Leo Lamprecht
2aa9da584a
Shorter sentence for FAQ link
8 years ago
Leo Lamprecht
357c3f2e43
No need for package.json or Dockerfile
8 years ago
Leo Lamprecht
c9e53761d3
0.30.0
8 years ago
Leo Lamprecht
5a6d8481d6
Domain should not be part of sentence
8 years ago
Leo Lamprecht
2109f12954
More accurate help for DNS cmd
8 years ago
Olli Vanhoja
ca09ec1baa
DNS Management added
8 years ago
Jarmo Isotalo
a8f93a1674
Release 0.29.1
8 years ago
Jarmo Isotalo
1fb629da63
Fix regression where setting a single env variable with `-e` failed ( #141 )
8 years ago
Leo Lamprecht
628f41db88
0.29.0
8 years ago
Leo Lamprecht
96d93820c6
Added correct path for fixtures
8 years ago
Leo Lamprecht
026e2cdf7b
Bumped dependencies
8 years ago
Greenkeeper
da3278f0f9
chore(package): update graceful-fs to version 4.1.11 ( #140 )
8 years ago
Eric Ferraiuolo
ec76f6b706
Add `now.env` in package.json as env source ( #119 )
This adds package.json as new source for environment variables, which
are merged with `-e` CLI arguments (CLI args take precedence).
With the ability to specify environment variables in package.json,
developers don't need to remember which `-e` arguments to add, and
can simply run `now`.
```json
"now": {
"env": {
"foo": "bar"
}
}
```
The above is the same as running:
```
now -e foo=bar
```
Fixes #116
8 years ago
Benjamín Eidelman
dec416255f
fixes #66 - removing minimatch dependency ( #108 )
8 years ago
Olli Vanhoja
89940c1362
Parse glob patterns and ignore special files ( #130 )
* Revert "Ignore special files on deploy (#115 )"
This reverts commit 1de3b40fc4
.
Fixes #127
* Parse glob patterns and ignore special files
Currently glob patterns are not parsed when selecting files to be
uploaded.
Fixes #127
Fixes #112
* Include dot files in matches
* Fix resolving of the glob promise array
8 years ago
Igor Klopov
48fea47e11
pkg 3.0.0-beta.21 ( #135 )
8 years ago
Leo Lamprecht
f7bd36ec79
Removed logo until delta works everywhere
8 years ago
Leo Lamprecht
e151ea3c63
Delta added
8 years ago
Olli Vanhoja
5ce0fa9d99
Fix linter errors ( #131 )
8 years ago
Tony Kovanen
2f25c2c589
Release 0.28.1
8 years ago
Tony Kovanen
107d5b5858
Add verification code if provided upon login
8 years ago
Olli Vanhoja
1de3b40fc4
Ignore special files on deploy ( #115 )
Fixes #112
8 years ago