Skip to content

Commit

Permalink
Remove registry vocabulary subcommands (moved to -experimental). (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
timburks authored Mar 13, 2023
1 parent ec6745c commit 1b41b14
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 431 deletions.
2 changes: 0 additions & 2 deletions cmd/registry/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
"github.com/apigee/registry/cmd/registry/cmd/resolve"
"github.com/apigee/registry/cmd/registry/cmd/rpc"
"github.com/apigee/registry/cmd/registry/cmd/upload"
"github.com/apigee/registry/cmd/registry/cmd/vocabulary"
pkgconf "github.com/apigee/registry/pkg/config"
"github.com/spf13/cobra"
)
Expand Down Expand Up @@ -59,7 +58,6 @@ func Command() *cobra.Command {
cmd.AddCommand(get.Command())
cmd.AddCommand(label.Command())
cmd.AddCommand(upload.Command())
cmd.AddCommand(vocabulary.Command())
cmd.AddCommand(rpc.Command())
return cmd
}
58 changes: 0 additions & 58 deletions cmd/registry/cmd/vocabulary/difference.go

This file was deleted.

58 changes: 0 additions & 58 deletions cmd/registry/cmd/vocabulary/intersection.go

This file was deleted.

58 changes: 0 additions & 58 deletions cmd/registry/cmd/vocabulary/union.go

This file was deleted.

65 changes: 0 additions & 65 deletions cmd/registry/cmd/vocabulary/unique.go

This file was deleted.

64 changes: 0 additions & 64 deletions cmd/registry/cmd/vocabulary/versions.go

This file was deleted.

Loading

0 comments on commit 1b41b14

Please sign in to comment.