Skip to content

Commit 84541d6

Browse files
author
Jan Sternagel
committed
(missed) add kms to the beta
1 parent 72a60d6 commit 84541d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/cmd/beta/beta.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"fmt"
55

66
"github.com/stackitcloud/stackit-cli/internal/cmd/beta/alb"
7+
"github.com/stackitcloud/stackit-cli/internal/cmd/beta/kms"
78
"github.com/stackitcloud/stackit-cli/internal/cmd/beta/sqlserverflex"
89
"github.com/stackitcloud/stackit-cli/internal/cmd/params"
910
"github.com/stackitcloud/stackit-cli/internal/pkg/args"
@@ -38,4 +39,5 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
3839
func addSubcommands(cmd *cobra.Command, params *params.CmdParams) {
3940
cmd.AddCommand(sqlserverflex.NewCmd(params))
4041
cmd.AddCommand(alb.NewCmd(params))
42+
cmd.AddCommand(kms.NewCmd(params))
4143
}

0 commit comments

Comments
 (0)