Skip to content

Commit 5926883

Browse files
Manuelvaasrubenhoenle
authored andcommitted
options deprecated command
1 parent 4c6b0d5 commit 5926883

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/cmd/ske/options/options.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
5151
"Lists STACKIT Kubernetes Engine (SKE) provider options (availability zones, Kubernetes versions, machine images and types, volume types).",
5252
"Pass one or more flags to filter what categories are shown.",
5353
),
54-
Args: args.NoArgs,
54+
Deprecated: "splitted in separate subcommands, use them instead.",
55+
Args: args.NoArgs,
5556
Example: examples.Build(
5657
examples.NewExample(
5758
`List SKE options for all categories`,

0 commit comments

Comments
 (0)