File tree Expand file tree Collapse file tree 3 files changed +0
-70
lines changed
internal/cmd/ske/credentials Expand file tree Collapse file tree 3 files changed +0
-70
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ package credentials
22
33import (
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
2725func 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}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments