Skip to content

Commit

Permalink
misc: remove oas3-to-oas2 command
Browse files Browse the repository at this point in the history
  • Loading branch information
micovery committed May 7, 2024
1 parent 97f311b commit 8d08625
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 3,587 deletions.
2 changes: 0 additions & 2 deletions cmd/apigee-go-gen/transform/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
apiproxy_to_yaml "github.com/apigee/apigee-go-gen/cmd/apigee-go-gen/transform/apiproxy-to-yaml"
json_to_yaml "github.com/apigee/apigee-go-gen/cmd/apigee-go-gen/transform/json-to-yaml"
oas2_to_oas3 "github.com/apigee/apigee-go-gen/cmd/apigee-go-gen/transform/oas2-to-oas3"
oas3_to_oas2 "github.com/apigee/apigee-go-gen/cmd/apigee-go-gen/transform/oas3-to-oas2"
resolve_refs "github.com/apigee/apigee-go-gen/cmd/apigee-go-gen/transform/resolve-refs"
sharedflow_to_yaml "github.com/apigee/apigee-go-gen/cmd/apigee-go-gen/transform/sharedflow-to-yaml"
xml_to_yaml "github.com/apigee/apigee-go-gen/cmd/apigee-go-gen/transform/xml-to-yaml"
Expand All @@ -43,7 +42,6 @@ func init() {
Cmd.AddCommand(sharedflow_to_yaml.Cmd)
Cmd.AddCommand(yaml_to_sharedflow.Cmd)
Cmd.AddCommand(oas2_to_oas3.Cmd)
Cmd.AddCommand(oas3_to_oas2.Cmd)
Cmd.AddCommand(resolve_refs.Cmd)
Cmd.AddCommand(json_to_yaml.Cmd)
Cmd.AddCommand(yaml_to_json.Cmd)
Expand Down
42 changes: 0 additions & 42 deletions cmd/apigee-go-gen/transform/oas3-to-oas2/cmd.go

This file was deleted.

59 changes: 0 additions & 59 deletions docs/transform/commands/oas3-to-oas2.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/transform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ The `apigee-go-gen` includes the following set of `transform` commands to help y
* [sharedflow-to-yaml](./commands/sharedflow-to-yaml.md) - Transforms an Apigee API shared flow bundle to a YAML doc
* [yaml-to-sharedflow](./commands/yaml-to-sharedflow.md) - Transforms a YAML doc to an Apigee shared flow bundle


* [oas2-to-oas3](./commands/oas2-to-oas3.md) - Transforms an OpenAPI 2 spec (also known as Swagger) into OpenAPI 3
* [oas3-to-oas2](./commands/oas3-to-oas2.md) - Transforms an OpenAPI 3 spec into OpenAPI 2 (also known as Swagger)

* [resolve-refs](./commands/resolve-refs.md) - Replace external $refs (JSONRefs) in input YAML or JSON doc with actual values

105 changes: 0 additions & 105 deletions pkg/utils/openapi3_test.go

This file was deleted.

16 changes: 0 additions & 16 deletions pkg/utils/testdata/oas3-to-oas2/.gitignore

This file was deleted.

Loading

0 comments on commit 8d08625

Please sign in to comment.