Skip to content

Commit ff4b53a

Browse files
Update internal/cmd/beta/kms/wrappingkey/create/create.go
Co-authored-by: Ruben Hönle <git@hoenle.xyz>
1 parent e7c6c71 commit ff4b53a

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/beta/kms/wrappingkey/create

1 file changed

+1
-1
lines changed

internal/cmd/beta/kms/wrappingkey/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
5656
`$ stackit beta kms wrappingkey create --key-ring "my-keyring-id" --algorithm "rsa_2048_oaep_sha256" --name "my-wrapping-key-name" --purpose "wrap_symmetric_key" --protection "software"`),
5757
examples.NewExample(
5858
`Create an Asymmetric KMS wrapping key with a description`,
59-
`$ stackit beta kms wrappingkey create --key-ring "my-keyring-id" --algorithm "hmac_sha256" --name "my-wrapping-key-name" --description "my-description" --purpose "wrap_asymmetric_key" --protection "software"`),
59+
`$ stackit beta kms wrapping-key create --key-ring "my-keyring-id" --algorithm "hmac_sha256" --name "my-wrapping-key-name" --description "my-description" --purpose "wrap_asymmetric_key" --protection "software"`),
6060
),
6161
RunE: func(cmd *cobra.Command, _ []string) error {
6262
ctx := context.Background()

0 commit comments

Comments
 (0)