Transform Commands
The apigee-go-gen
includes the following set of transform
commands to help you with Apigee development workflow.
- yaml-to-xml - Transforms a snippet of XML to YAML
-
xml-to-yaml - Transforms a snippet of XML to YAML
-
yaml-to-json - Transforms a snippet of YAML to JSON
-
json-to-yaml - Transforms a snippet of JSON to YAML
-
apiproxy-to-yaml - Transforms an API proxy bundle to a YAML doc
-
yaml-to-apiproxy - Transforms a YAML doc to an API proxy bundle
-
sharedflow-to-yaml - Transforms an Apigee API shared flow bundle to a YAML doc
-
yaml-to-sharedflow - Transforms a YAML doc to an Apigee shared flow bundle
-
oas2-to-oas3 - Transforms an OpenAPI 2 Description (also known as Swagger) into OpenAPI 3
-
resolve-refs - Replace external $refs (JSONRefs) in a YAML or JSON doc with actual values
-
oas-overlay - Transforms an OpenAPI Description by applying an Overlay file