-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added develop command options to use custom key and certs (#5056)
* added develop command options to use custom key and certs * fixed typos in doc * added condition to make sure both --key-file and --cert-file are present * - passing https flag results in automatic https certs [devcert] - --cert-file, --key-file, and --https flags can be used together for custom ssl - if all flags needed for custom ssl are not present an error is displayed to the user - if provided --cert-file and --key-file paths are not real files, node gives a rejection - modified docs to express current behavior
- Loading branch information
1 parent
127b996
commit c5ae88b
Showing
5 changed files
with
80 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -654,6 +654,13 @@ axios@^0.17.1: | |
follow-redirects "^1.2.5" | ||
is-buffer "^1.1.5" | ||
|
||
axios@contentful/axios#fix/https-via-http-proxy: | ||
version "0.17.1" | ||
resolved "https://codeload.github.com/contentful/axios/tar.gz/4b06f4a63db3ac16c99f7c61b584ef0e6d11f1af" | ||
dependencies: | ||
follow-redirects "^1.2.5" | ||
is-buffer "^1.1.5" | ||
|
||
axobject-query@^0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-0.1.0.tgz#62f59dbc59c9f9242759ca349960e7a2fe3c36c0" | ||
|
@@ -2708,7 +2715,7 @@ command-join@^2.0.0: | |
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/command-join/-/command-join-2.0.0.tgz#52e8b984f4872d952ff1bdc8b98397d27c7144cf" | ||
|
||
[email protected], commander@^2.11.0, commander@^2.13.0, commander@^2.14.1, commander@^2.8.1, commander@^2.9.0, commander@~2.15.0: | ||
[email protected], commander@^2.11.0, commander@^2.12.1, commander@^2.13.0, commander@^2.8.1, commander@^2.9.0, commander@~2.15.0: | ||
version "2.15.1" | ||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f" | ||
|
||
|
@@ -10641,7 +10648,7 @@ pretty-format@^3.5.1: | |
version "3.8.0" | ||
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-3.8.0.tgz#bfbed56d5e9a776645f4b1ff7aa1a3ac4fa3c385" | ||
|
||
printj@~1.1.0, printj@~1.1.2: | ||
printj@~1.1.0, printj@~1.1.1: | ||
version "1.1.2" | ||
resolved "https://registry.yarnpkg.com/printj/-/printj-1.1.2.tgz#d90deb2975a8b9f600fb3a1c94e3f4c53c78a222" | ||
|
||
|
@@ -11292,7 +11299,7 @@ regex-cache@^0.4.2: | |
dependencies: | ||
is-equal-shallow "^0.1.3" | ||
|
||
regex-not@^1.0.0, regex-not@^1.0.2: | ||
regex-not@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" | ||
dependencies: | ||
|