Leo Lamprecht
a3a74ab253
2.0.5
8 years ago
Matheus Fernandes
49de0d3331
Print the error message for a aborted login in a new line ( #229 )
8 years ago
Greenkeeper
85a68b9fe7
chore(package): update ora to version 1.0.0 ( #227 )
8 years ago
Leo Lamprecht
0c02113e2a
2.0.4
8 years ago
Leo Lamprecht
c45eeed38f
No `version` property required
8 years ago
Leo Lamprecht
d8e4e41b8d
Pinned `serve` but allowing patches
8 years ago
Matheus Fernandes
cb8403174b
Make clear that the alias must exist when using `--alias` ( #222 )
8 years ago
Olli Vanhoja
311abf3d2f
now-rm: Don't show URL for incomplete deployments ( #221 )
Fixes this:
> The following deployment will be removed permanently:
XXXXXXXXXXXXXXXXXXXXXXXX https://null 21d ago
8 years ago
Leo Lamprecht
0c2ef197ad
2.0.3
8 years ago
Leo Lamprecht
5c1b239ca6
Prevent pkg from throwing a warning
8 years ago
Leo Lamprecht
59734bf31b
MOAR comments
8 years ago
Leo Lamprecht
b997c71dd4
Contextual newlines added
8 years ago
Olli Vanhoja
0b4660158a
Fix file mode passing for regular deployments ( #214 )
Commit bbf1b30c4d
broke file modes
for regular deployments as file mode isn't retrieved anymore.
8 years ago
Leo Lamprecht
a76397f0fb
Testing token needs to be inside its property
8 years ago
Leo Lamprecht
058c3f63ab
Make tests use the correct binary
8 years ago
Leo Lamprecht
c46f5e66dd
2.0.2
8 years ago
Leo Lamprecht
2fa62da2d8
Don't ignore modules directory when transpiling
8 years ago
Leo Lamprecht
dabcc64660
2.0.1
8 years ago
Leo Lamprecht
03708278df
Load sub commands using extensions
8 years ago
Leo Lamprecht
f82cbe9bc5
Tell pkg not to use the harmony flag
8 years ago
Leo Lamprecht
513ecfb7de
Added extensions to binaries
8 years ago
Leo Lamprecht
7628017eb6
2.0.0
8 years ago
Leo Lamprecht
158bf64ea2
No need to set language type anymore
8 years ago
Leo Lamprecht
56f4c2818a
Hide weird XO error in Atom
8 years ago
Leo Lamprecht
9f073ad25c
Use async-to-gen for all Node versions
8 years ago
Leo Lamprecht
5030008631
Tell XO to ignore enclosed version
8 years ago
Leo Lamprecht
df111b9eba
Only allow process.exit in certain places
8 years ago
Leo Lamprecht
fc8708923e
Re-enable rule for unresolved imports
8 years ago
Leo Lamprecht
d01bf29690
Check for update using a package
8 years ago
Leo Lamprecht
06fad401bf
Removed unused code
8 years ago
Leo Lamprecht
6186c8b06b
Start JS syntax right on top
8 years ago
Leo Lamprecht
e981e0a218
Make description match the repo's
8 years ago
Leo Lamprecht
18d0963ad4
Added a missing newline before checking support of async/await
8 years ago
Leo Lamprecht
7e30961ae1
No need to ignore build directory anymore
8 years ago
Leo Lamprecht
18d9de4121
Removed main property (not needed)
8 years ago
Leo Lamprecht
2a26f01a95
Stop pinning dependencies
8 years ago
Leo Lamprecht
b1090fe97e
Let Travis CI decide whether or not to use sudo
8 years ago
Leo Lamprecht
38b56b118c
There's no build directory anymore
8 years ago
Leo Lamprecht
21c235bb4c
No dev script needed
8 years ago
Leo Lamprecht
3043215350
Upload folders to npm
8 years ago
Leo Lamprecht
bf2af9d8d5
Properly indented pkg property
8 years ago
Jarmo Isotalo
059918e7ee
Remove babel as dependecy ( #209 )
* Remove babel as a dependency
* Migrate from import foo from foo to const foo = require('foo')
* Update module.exports
* Update commander syntax
* Update pkg config and fix stuff
* Make XO happy
* Fix path in tests
* Fix typo
* Fix cleanup
* Debug pkg
* Fix pkg
* Fix process.argv for subcommands
* Run with --harmony-async-await when supported thx igor for help with this trick :D
* Use bash
* Set engines.node in package.json
8 years ago
Greenkeeper
75de2865d6
chore(package): update ora to version 0.4.1 ( #210 )
8 years ago
Olli Vanhoja
29066338d8
Fix now alias on new domains ( #207 )
Bail if no records are found for a domain to allow adding the records.
now alias derp domain.com -d
> [debug] Checking for updates.
> [debug] Up to date (1.0.0).
> [debug] /list: 583.880ms
> [debug] matched deployment derp by url derp.now.sh
> domain.com is a custom domain.
> Verifying the DNS settings for domain.com (see https://zeit.world for help)
> [debug] #1 GET /domains/domain.com: 271.741ms
> [debug] Found domain domain.com with verified:true
> [debug] No records found for "domain.com"
> Verification OK!
8 years ago
Leo Lamprecht
8c3a40b6f8
Options is a sub section of usage
8 years ago
Leo Lamprecht
10fd578a51
Command for usage information
8 years ago
Leo Lamprecht
81940de06e
How to get a testing token
8 years ago
Luke Childs
efb8da72e7
Allow shorthand aliases with `now --alias` ( #206 )
8 years ago
Leo Lamprecht
49c7ae052d
1.0.0
8 years ago
Luke Edwards
9a37e9deb2
insert newline into alias-success msg ( #203 )
8 years ago