You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is a very basic node based CLI for converting OpenAPI schema to JSON Schema
4
4
5
5
6
6
```
7
-
Usage: openapi-jsonschema [options]
7
+
Usage: kubeopenapi-jsonschema [options]
8
8
9
9
Options:
10
10
-t, --type [type] set type of input, can be either yaml or json (default: "yaml")
@@ -14,6 +14,7 @@ Options:
14
14
-o [output-format] output format (default: "json")
15
15
--o-filter [output-filter] output filter query
16
16
--silent skip output (default: false)
17
+
--resolve [resolve-filter] root of the OpenAPI spec to resolve the $ref. It is important to note that this jsonpath MUST evaluate to one object (default: "")
17
18
-h, --help display help for command
18
19
```
19
20
@@ -22,9 +23,18 @@ Options:
22
23
Download the binaries from the github releases. Only linux-x64, darwin-x64 and windows-x64 binaries are released
0 commit comments