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
Luke Edwards
c584f42791
copy alias to clipboard & show message ( #201 )
* copy alias to clipboard & show message
* ensure status output if not ttys or cant copy
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
Leo Lamprecht
e7de9abb9a
Removed terminal indicators
8 years ago
Leo Lamprecht
f7830c1ff8
0.39.1
8 years ago
Guillermo Rauch
8b7d1e60ec
Improve ignore semantics. ( #200 )
* improve ignore semantics
* add files accidentally ignored previously
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
Leo Lamprecht
c92fd09dc5
0.39.0
8 years ago
Leo Lamprecht
bbf1b30c4d
Set a default file mode for package.json
8 years ago
Greenkeeper
960c80ae3f
chore(package): update tmp-promise to version 1.0.3 ( #196 )
8 years ago
Leo Lamprecht
0cc0544ec3
Authors added
8 years ago
Olli Vanhoja
1652fd01a1
Add auto-renew column to `now certs ls` ( #195 )
8 years ago
Leo Lamprecht
ac07fc3ee2
0.38.0
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
Olli Vanhoja
c509dfd5d7
Support basic file modes ( #187 )
now-cli should pass file mode bits when creating a deployment.
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
8ab8ca53d2
0.37.1
8 years ago
Igor Klopov
1ce72df4fd
show `Using Node.js` only for npm deployment type ( #183 )
8 years ago
Leo Lamprecht
e803dc80f9
Make FAQs link to homepage
8 years ago
Leo Lamprecht
028e9092df
Both now-cli and now-desktop need the same here
8 years ago
Leo Lamprecht
1aa4fd88f3
Adjusted cmd name for development
8 years ago
Leo Lamprecht
9a249649da
New script for building added
8 years ago
Leo Lamprecht
2ddfeb9ca9
Proper script name for development
8 years ago
Leo Lamprecht
45193ee497
Make FAQ plural
8 years ago
Leo Lamprecht
0754cffa11
Tell gulp to cache
8 years ago
Greenkeeper
06f1584e0d
chore(package): update ora to version 0.4.0 ( #176 )
8 years ago
Greenkeeper
ffd92902fc
chore(package): update alpha-sort to version 2.0.0 ( #174 )
8 years ago
Leo Lamprecht
0bc7d0fb50
0.37.0
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
Leo Lamprecht
aeb7f4a5db
0.36.2
8 years ago
Leo Lamprecht
af76505c9e
Improved flow for confirming address
8 years ago
Leo Lamprecht
6879ee1d4d
Updated dependencies
8 years ago
Leo Lamprecht
cf5b9ad125
Replace publicsuffixlist with psl
8 years ago
Leo Lamprecht
f997a8fa61
List got renamed
8 years ago
Leo Lamprecht
cd9891dbc9
0.36.1
8 years ago
Olli Vanhoja
3a8f11b1ba
alias set --debug: Only print nameservers if we fetched them ( #166 )
8 years ago
Matheus Fernandes
692bd34ced
Add `dns` entry to the global help ( #164 )
8 years ago