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: src/Microsoft.OpenApi.Hidi/readme.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,24 +68,28 @@ Used to convert file formats from JSON to YAML and vice versa and performs slici
68
68
This command accepts the following parameters:
69
69
70
70
• --openapi(-d) - OpenAPI description file path in the local filesystem or a valid URL hosted on a HTTPS server
71
-
• --csdl(-cs) - CSDL file path in the local filesystem or a valid URL hosted on a HTTPS server
72
-
• --csdlfilter(-csf) - a filter parameter that a user can use to select a subset of a large CSDL file. They do so by providing a comma delimited list of EntitySet and Singleton names that appear in the EntityContainer.
73
-
• --output(-o) - Output directory path for the transformed document
74
-
• --clean-ouput(-co) - an optional param that allows a user to overwrite an existing file.
75
-
• --version(-v) - OpenAPI specification version
71
+
• --csdl(--cs) - CSDL file path in the local filesystem or a valid URL hosted on a HTTPS server
72
+
• --csdlfilter(--csf) - a filter parameter that a user can use to select a subset of a large CSDL file. They do so by providing a comma delimited list of EntitySet and Singleton names that appear in the EntityContainer.
73
+
• --output(-o) - Output directory path for the transformed document.
74
+
• --output-folder(--of) - The output directory path for the generated files.
75
+
• --clean-ouput(--co) - an optional param that allows a user to overwrite an existing file.
76
+
• --version(-v) - OpenAPI specification version.
77
+
• --metadata-version(--mv) - the metadata version to use.
76
78
• --format(-f) - File format
77
-
• --loglevel(-ll) - The log level to use when logging messages to the main output
78
-
• --inline(-i) - Inline $ref instances
79
-
• --resolveExternal(-ex) - Resolve external $refs
80
-
• --filterByOperationIds(-op) - Slice document based on OperationId(s) provided. Accepts a comma delimited list of operation ids.
79
+
• --terse-output(--to) - Produce terse json output
80
+
• --settings-path(--sp) - The configuration file with CSDL conversion settings.
81
+
• --loglevel(--ll) - The log level to use when logging messages to the main output
82
+
• --inline-local - Inline local $ref instances
83
+
• --inline-external(--ex) - Inline external $refs
84
+
• --filterByOperationIds(--op) - Slice document based on OperationId(s) provided. Accepts a comma delimited list of operation ids.
81
85
• --filterByTags(-t) - Slice document based on tag(s) provided. Accepts a comma delimited list of tags.
82
86
• --filterByCollection(-c) - Slices the OpenAPI document based on the Postman Collection file generated by Resource Explorer
83
-
• --filterByManifest (-m) - Slices the OpenAPI document based on the requests defined in the API Manifest file referenced by the provided URI. For API manifests with multiple API Dependenties, use a fragment identifier to select the desired one. e.g ./apimanifest.json#example
87
+
• --manifest (-m) - Slices the OpenAPI document based on the requests defined in the API Manifest file referenced by the provided URI. For API manifests with multiple API Dependenties, use a fragment identifier to select the desired one. e.g ./apimanifest.json#example
0 commit comments