Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/Microsoft.OpenApi.Hidi/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Hidi is a command line tool that makes it easy to work with and transform OpenAP

## Capabilities
Hidi has these key capabilities that enable you to build different scenarios off the tool

• Validation of OpenAPI files
• Conversion of OpenAPI files into different file formats: convert files from JSON to YAML, YAML to JSON
• Slice or filter OpenAPI documents to smaller subsets using operationIDs and tags
Expand Down Expand Up @@ -88,4 +89,4 @@ This command accepts the following parameters:
4. CSDL Filtering by EntitySets and Singletons
hidi transform -cs dataverse.csdl --csdlFilter "appointments,opportunities" -o appointmentsAndOpportunities.yaml -ll trace

Run transform -h to see all the available usage options.
Run transform -h to see all the available usage options.