Skip to content

Commit 1581104

Browse files
committed
Remove deprecated commands
1 parent de6cdc3 commit 1581104

File tree

3 files changed

+0
-70
lines changed

3 files changed

+0
-70
lines changed

internal/cmd/ske/credentials/credentials.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ package credentials
22

33
import (
44
completerotation "github.com/stackitcloud/stackit-cli/internal/cmd/ske/credentials/complete-rotation"
5-
"github.com/stackitcloud/stackit-cli/internal/cmd/ske/credentials/describe"
6-
"github.com/stackitcloud/stackit-cli/internal/cmd/ske/credentials/rotate"
75
startrotation "github.com/stackitcloud/stackit-cli/internal/cmd/ske/credentials/start-rotation"
86
"github.com/stackitcloud/stackit-cli/internal/pkg/args"
97
"github.com/stackitcloud/stackit-cli/internal/pkg/print"
@@ -25,8 +23,6 @@ func NewCmd(p *print.Printer) *cobra.Command {
2523
}
2624

2725
func addSubcommands(cmd *cobra.Command, p *print.Printer) {
28-
cmd.AddCommand(describe.NewCmd(p))
29-
cmd.AddCommand(rotate.NewCmd(p))
3026
cmd.AddCommand(startrotation.NewCmd(p))
3127
cmd.AddCommand(completerotation.NewCmd(p))
3228
}

internal/cmd/ske/credentials/describe/describe.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

internal/cmd/ske/credentials/rotate/rotate.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)