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 @@ -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 ()
You can’t perform that action at this time.
0 commit comments