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
Olli Vanhoja
129372d161
Certs improvements ( #114 )
* Exit cleanly if a cert entry is not found with getCertIdCn()
* Support creating a new cert entry with user-provide certificate files
8 years ago
Guillermo Rauch
a935dd5bed
Release 0.28.0
8 years ago
Matheus Fernandes
53f1ffab40
Fix code style 💅 ( #107 )
8 years ago
Olli Vanhoja
8c62269567
Fix DNS verification on 'now alias' ( #106 )
8 years ago
Olli Vanhoja
6d83be5f25
Now deploy env fixes ( #105 )
* Fix key and value checks
- key can't be empty string nor undefined or null
- value is always undefined if it's not set
* Fix crash if env key and value are missing when using -e
8 years ago
Safia Abdalla
b1e4e43e81
Use chalk.gray styling for errors ( #104 )
8 years ago
Olli Vanhoja
f31d1f0804
Fixes to Dockerfile metadata parsing ( #103 )
- No need to check if pkg.name is null
- Properly default to basename if labels.name isn't set
8 years ago
Jarmo Isotalo
d091240115
If `package.json` or `Dockerfile` is present, assume it's static ( #100 )
deployment
8 years ago