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
Leo Lamprecht
f051736995
0.26.0
8 years ago
Nathan Rajlich
76e3afe88e
remove: delete deployment by URL ( #172 )
So this now works:
```
now rm https://ffitest-hcznbannyc.now.sh
```
Fixes #87 .
8 years ago
Nathan Rajlich
c2fa7e8565
document `secrets` and `certs` commands ( #168 )
* document `secrets` command in --help
* document `certs` command in --help
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
Nathan Rajlich
139a44918e
alias: better "invalid arguments" error messages ( #169 )
8 years ago
Nathan Rajlich
aa66f07cd5
deploy: document --npm and --docker
8 years ago
Jarmo Isotalo
65a7ee7158
Allow env value to contain '='
8 years ago
Olli Vanhoja
40000d7f3c
now-certs: Fix typo on formatExpirationDate()
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
Olli Vanhoja
c75b9adcc0
Formatting for cert expiration time
8 years ago
Olli Vanhoja
298591af81
now-alias: Renew expired cert automatically
8 years ago
Olli Vanhoja
4338e776e3
now-certs: Show expiration date for certs
8 years ago
Olli Vanhoja
0355c57e6d
domains: chalk.dim() for the headers
8 years ago
Olli Vanhoja
d743f483cd
Show domain entry type in `now domain ls`
8 years ago
Olli Vanhoja
4db4353d5d
now certs management
* Move cert handling to index.js
* Add 'now certs' commands for certificate management
8 years ago