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:
59
59
-b DIRECTORY, --base-dir=DIRECTORY
60
60
Base directory for certificate files [multiple]
61
61
--secrets-file=FILEPATH
62
- Path of JSON file containing confidential propertiers
62
+ Path of JSON file containing confidential properties
63
63
[optional]
64
64
--secrets-key=FILEPATH
65
65
Path to key file to decrypt confidential properties [optional]
@@ -91,6 +91,9 @@ Multiple files are supported by specifying the parameter multiple times.
91
91
92
92
If a property occurs in multiple files the value from the last file is used.
93
93
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
+
94
97
|--cert
95
98
|An optional JSON file containing the certificate configuration.
96
99
You can’t perform that action at this time.
0 commit comments