Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration: Remove configuration #605

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions cmd/up/configuration/configuration.go

This file was deleted.

2 changes: 0 additions & 2 deletions cmd/up/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
"github.com/pterm/pterm"
"github.com/willabides/kongplete"

"github.com/upbound/up/cmd/up/configuration"
"github.com/upbound/up/cmd/up/controlplane"
"github.com/upbound/up/cmd/up/ctx"
"github.com/upbound/up/cmd/up/group"
Expand Down Expand Up @@ -105,7 +104,6 @@ type cli struct {
Space space.Cmd `cmd:"" help:"Interact with Spaces."`
Group group.Cmd `cmd:"" help:"Interact with groups inside Spaces."`
ControlPlane controlplane.Cmd `cmd:"" name:"controlplane" aliases:"ctp" help:"Interact with control planes in the current context, both in the cloud and in a local Space."`
Configuration configuration.Cmd `cmd:"" name:"configuration" aliases:"cfg" help:"Deprecated: Interact with configurations."`
Organization organization.Cmd `cmd:"" name:"organization" aliases:"org" help:"Interact with Upbound organizations."`
Profile profile.Cmd `cmd:"" help:"Interact with Upbound profiles or local Spaces."`
Repository repository.Cmd `cmd:"" name:"repository" aliases:"repo" help:"Interact with repositories."`
Expand Down
Loading