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
Jarmo Isotalo
b4fc6a9c23
Downgrade socket.io client ( #101 )
Untill these
https://github.com/socketio/engine.io-client/pull/514
https://github.com/socketio/engine.io-client/pull/513
make it to latest socket.io-client
8 years ago
Leo Lamprecht
6841d2d136
0.27.0
8 years ago
Olli Vanhoja
ed7fdd9807
Revert "chore(package): update ms to version 0.7.2 ( #97 )"
This reverts commit 12984463a3
.
0.7.2 breaks 'now cert ls'
8 years ago
Leo Lamprecht
b563900702
Adapt deployment name from package
8 years ago
Leo Lamprecht
6159263d8f
Set package.json on the fly
8 years ago
Leo Lamprecht
c5626178ed
Move files into content dir if static
8 years ago
Leo Lamprecht
243d068491
Detect static projects
8 years ago
Leo Lamprecht
fb89e1e2bb
Added enforcable deployment types
8 years ago
Leo Lamprecht
589d2fc72c
Removed static command
8 years ago
Greenkeeper
8096a045a0
chore(package): update babel-register to version 6.18.0 ( #96 )
8 years ago
Greenkeeper
05ade18e8a
chore(package): update babel-preset-es2015 to version 6.18.0 ( #95 )
8 years ago
Remy Sharp
ce32dce2aa
Support `now alias` reading `config.alias` ( #93 )
* feat: support `now alias` reading config.alias
Reads the last deployment and will automatically alias to the package.json's config.alias property
* chore: corrected typo on `console.time`
* fix: use `root/now.alias` over `root/config.alias`
8 years ago
Greenkeeper
12984463a3
chore(package): update ms to version 0.7.2 ( #97 )
8 years ago
Olli Vanhoja
530a9fb357
Add a flag for skipping DNS verification ( #94 )
Some registrars requires that the DNS records are already setup
before delegating the domain to a nameserver.
8 years ago
Leo Lamprecht
e9a95e7253
Only check if opts.body exists and doesn't have a falsy value
8 years ago
Leo Lamprecht
881f382a43
Remove unnecessary statement
8 years ago
Leo Lamprecht
8b56a13221
Deploy cwd if no path defined
8 years ago
Greenkeeper
850cbf2e3a
chore(package): update socket.io-client to version 1.5.1 ( #91 )
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
f0b0e23ce7
Badge for XO
8 years ago
Leo Lamprecht
82d65a7577
Finished XO setup
8 years ago
Leo Lamprecht
3979d8472a
Fixed even more XO issues
8 years ago
Leo Lamprecht
0fec0f6602
Move config properties to top
8 years ago
Leo Lamprecht
561dabf837
Switch to XO
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
3c7898b760
New line for each flag
8 years ago
Leo Lamprecht
f677786035
Added static sub-command to usage information
8 years ago
Leo Lamprecht
eba64c615e
It's now called 'static', not 'serve'
8 years ago
Leo Lamprecht
cf39f7f032
Added core of static sub-command
8 years ago
Leo Lamprecht
79389c1a60
Put each command into its own line
8 years ago
Leo Lamprecht
66711afaeb
Capitalize command descriptions
8 years ago