File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
internal/cmd/beta/kms/wrappingkey/create Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
5353 Example : examples .Build (
5454 examples .NewExample (
5555 `Create a Symmetric KMS wrapping key` ,
56- `$ 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"` ),
56+ `$ stackit beta kms wrapping-key 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` ,
5959 `$ 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"` ),
You can’t perform that action at this time.
0 commit comments