File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Options:
5959 -b DIRECTORY, --base-dir=DIRECTORY
6060 Base directory for certificate files [multiple]
6161 --secrets-file=FILEPATH
62- Path of JSON file containing confidential propertiers
62+ Path of JSON file containing confidential properties
6363 [optional]
6464 --secrets-key=FILEPATH
6565 Path to key file to decrypt confidential properties [optional]
@@ -91,6 +91,9 @@ Multiple files are supported by specifying the parameter multiple times.
9191
9292If a property occurs in multiple files the value from the last file is used.
9393
94+ Specify a single dash '-' as filename to read properties from `stdin`.
95+ The input must be a flat key/value JSON document (e.g., `{"p1": "v1", "p2": "v2"}`).
96+
9497|--cert
9598|An optional JSON file containing the certificate configuration.
9699
You can’t perform that action at this time.
0 commit comments