Skip to content

Commit

Permalink
feat: remove overrides from root #326
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Nov 6, 2023
1 parent e36dd63 commit d89a20e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import (
"github.com/apigee/apigeecli/cmd/kvm"
"github.com/apigee/apigeecli/cmd/ops"
"github.com/apigee/apigeecli/cmd/org"
"github.com/apigee/apigeecli/cmd/overrides"
"github.com/apigee/apigeecli/cmd/preferences"
"github.com/apigee/apigeecli/cmd/products"
"github.com/apigee/apigeecli/cmd/projects"
Expand Down Expand Up @@ -171,7 +170,6 @@ func init() {
RootCmd.AddCommand(instances.Cmd)
RootCmd.AddCommand(ops.Cmd)
RootCmd.AddCommand(preferences.Cmd)
RootCmd.AddCommand(overrides.Cmd)
RootCmd.AddCommand(eptattachment.Cmd)
RootCmd.AddCommand(appgroups.Cmd)
}
Expand Down

0 comments on commit d89a20e

Please sign in to comment.