Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 416 Bytes

Overlays to Existing OpenAPI

These files should be applied on top of incoming OpenAPI in order to add some extra keys such as x-mgc-name to change the command line interface name to use for a command or flag.

Apply using yaml_merge.py, example:

cd ..
python3 scripts/yaml_merge.py \
    mgc/cli/openapis/vpc.openapi.yaml \
    openapi-customizations/vpc.openapi.yaml