File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
4747 Example : examples .Build (
4848 examples .NewExample (
4949 `Import a new version for the given KMS key "my-key"` ,
50- `$ stakit beta kms key import --key-ring "my-keyring-id" --key "my-key-id" --wrapped-key "base64-encoded-wrapped-key-material" --wrapping-key-id "my-wrapping-key-id"` ),
50+ `$ stackit beta kms key import --key-ring "my-keyring-id" --key "my-key-id" --wrapped-key "base64-encoded-wrapped-key-material" --wrapping-key-id "my-wrapping-key-id"` ),
5151 ),
5252 RunE : func (cmd * cobra.Command , _ []string ) error {
5353 ctx := context .Background ()
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
4343 Example : examples .Build (
4444 examples .NewExample (
4545 `Create a KMS key ring` ,
46- "$ stakit beta kms keyring create --name my-keyring" ),
46+ "$ stackit beta kms keyring create --name my-keyring" ),
4747 examples .NewExample (
4848 `Create a KMS key ring with a description` ,
49- "$ stakit beta kms keyring create --name my-keyring --description my-description" ),
49+ "$ stackit beta kms keyring create --name my-keyring --description my-description" ),
5050 ),
5151 RunE : func (cmd * cobra.Command , _ []string ) error {
5252 ctx := context .Background ()
Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
5151 Example : examples .Build (
5252 examples .NewExample (
5353 `Create a Symmetric KMS wrapping key` ,
54- `$ stakit beta kms wrappingkey create --key-ring "my-keyring-id" --algorithm "rsa_2048_oaep_sha256" --name "my-wrapping-key-name" --purpose "wrap_symmetric_key"` ),
54+ `$ stackit beta kms wrappingkey create --key-ring "my-keyring-id" --algorithm "rsa_2048_oaep_sha256" --name "my-wrapping-key-name" --purpose "wrap_symmetric_key"` ),
5555 examples .NewExample (
5656 `Create an Asymmetric KMS wrapping key with a description` ,
57- `$ stakit beta kms wrappingkey create --key-ring "my-keyring-id" --algorithm "hmac_sha256" --name "my-wrapping-key-name" --description "my-description" --purpose "wrap_asymmetric_key"` ),
57+ `$ 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"` ),
5858 ),
5959 RunE : func (cmd * cobra.Command , _ []string ) error {
6060 ctx := context .Background ()
You can’t perform that action at this time.
0 commit comments