Nathan Rajlich
540caa4db7
fixes for when `nowConfig` is null
8 years ago
Nathan Rajlich
4c9caa420b
initial `now.json` support
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
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
Leo Lamprecht
2fa62da2d8
Don't ignore modules directory when transpiling
8 years ago
Leo Lamprecht
03708278df
Load sub commands using extensions
8 years ago
Leo Lamprecht
513ecfb7de
Added extensions to binaries
8 years ago
Leo Lamprecht
158bf64ea2
No need to set language type anymore
8 years ago
Leo Lamprecht
9f073ad25c
Use async-to-gen for all Node versions
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
18d0963ad4
Added a missing newline before checking support of async/await
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
Luke Childs
efb8da72e7
Allow shorthand aliases with `now --alias` ( #206 )
8 years ago
Luke Morton
afc329a61c
Multiple aliases during deploy ( #202 )
A small superficial change to bin/now-deploy.js so that we can specify one or more aliases whilst deploying.
**Examples**
```
now --alias a.com
now --alias a.com --alias b.com
```
We handle the alias assignment serially so that the CLI output makes sense.
**Some thoughts**
- I’m hoping this PR can close out #172
- Aware this PR likely affects #68
- This is a superficial change, really we should update the lib/alias.js to handle multiple domains
8 years ago
Luke Edwards
f2a4ee0adc
XO Happiness ( #197 )
* Comply to rule 'no-useless-escape'
* Comply to rule 'no-case-declarations'
* Comply to rule 'ava/no-ignored-test-files'
8 years ago
Olli Vanhoja
1652fd01a1
Add auto-renew column to `now certs ls` ( #195 )
8 years ago
Olli Vanhoja
1c7a13fe68
Add an option to copy symlinks ( #191 )
8 years ago
Olli Vanhoja
02b0a9e2d3
Add TXT record type to `now dns --help` ( #190 )
TXT record support was recently added to now.
8 years ago
Leo Lamprecht
8698bd694f
Removed unnecessary semicolon
8 years ago
Olli Vanhoja
14d861e6d1
Show an appropriate message for incomplete deployments ( #185 )
If syncing files fails or the user just happens to run `now ls`
before the deployment is ready `https://null ` is shown as an URL
to the deployment. Instead of showing `null` we could show
something nice.
8 years ago
Leo Lamprecht
84342092cd
Better error message if alias is missing
8 years ago
Leo Lamprecht
09b91e8fbb
Support IDs for auto aliasing
8 years ago
Leo Lamprecht
68a53c67f2
Ability to automatically assign an alias
8 years ago
Leo Lamprecht
2276dfb5d5
Basics for automatically assigning alias
8 years ago
Leo Lamprecht
0830aabe08
Only show update message in npm version
This closes #62
8 years ago
Matheus Fernandes
692bd34ced
Add `dns` entry to the global help ( #164 )
8 years ago
Leo Lamprecht
26afd83c1a
Ability to skip confirmation when deleting deployments
8 years ago
Olli Vanhoja
1fee62c596
Support domain name verification
8 years ago
Leo Lamprecht
673b0dcd96
Don't deploy homedir, downloads or desktop
This closes #99
8 years ago
Leo Lamprecht
d8da820fe7
y OR N
8 years ago
Leo Lamprecht
1ee41f3c2a
Don't just break for older nodes
8 years ago
Leo Lamprecht
3f4d419f78
Force new deployment if -n or -p defined
This closes #136
8 years ago
Leo Lamprecht
0db509d0b5
Missing greather-than-sign added
8 years ago
Leo Lamprecht
25fef39f1a
Ability to set name
This closes #150
8 years ago
Jarmo Isotalo
9ca1a486bd
Fix typo
8 years ago
Jarmo Isotalo
4de1c69b6a
Improve error handling when issuing cert fails ( #154 )
Fix `now certs ls` error when showing expiration date
Improve logging for when alias creation fails
8 years ago
Leo Lamprecht
1154873822
Show proper deploying message
8 years ago
Leo Lamprecht
8028b87531
Tell users that Bitbucket is available
8 years ago
Leo Lamprecht
fd0ff2fbf6
Make code naming for multiple platforms
8 years ago
Leo Lamprecht
b04ab0470b
Show cooler messages when deploying from other platforms
8 years ago
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
5fb53762eb
Show the git reference when deploying
8 years ago
Leo Lamprecht
04d58f2558
Throw error if URL is not valid
8 years ago