Skip to content

Commit 343bc51

Browse files
chore(valkey): apply PR feedback
1 parent 025d15a commit 343bc51

18 files changed

Lines changed: 43 additions & 43 deletions

docs/stackit_valkey_credentials_create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ stackit valkey credentials create [flags]
1414

1515
```
1616
Create credentials for a Valkey instance with ID "xxx"
17-
$ stackit beta valkey credentials create --instance-id xxx
17+
$ stackit valkey credentials create --instance-id xxx
1818
1919
Create credentials for a Valkey instance and show the password in the output
20-
$ stackit beta valkey credentials create --instance-id xxx --show-password
20+
$ stackit valkey credentials create --instance-id xxx --show-password
2121
```
2222

2323
### Options

docs/stackit_valkey_credentials_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stackit valkey credentials delete CREDENTIALS_ID [flags]
1414

1515
```
1616
Delete credentials with ID "xxx" of a Valkey instance with ID "yyy"
17-
$ stackit beta valkey credentials delete xxx --instance-id yyy
17+
$ stackit valkey credentials delete xxx --instance-id yyy
1818
```
1919

2020
### Options

docs/stackit_valkey_credentials_describe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ stackit valkey credentials describe CREDENTIALS_ID [flags]
1414

1515
```
1616
Get details of credentials with ID "xxx" from a Valkey instance with ID "yyy"
17-
$ stackit beta valkey credentials describe xxx --instance-id yyy
17+
$ stackit valkey credentials describe xxx --instance-id yyy
1818
1919
Get details of credentials with ID "xxx" from a Valkey instance with ID "yyy" in JSON format
20-
$ stackit beta valkey credentials describe xxx --instance-id yyy --output-format json
20+
$ stackit valkey credentials describe xxx --instance-id yyy --output-format json
2121
```
2222

2323
### Options

docs/stackit_valkey_credentials_list.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ stackit valkey credentials list [flags]
1414

1515
```
1616
List all credentials' IDs for a Valkey instance with ID "xxx"
17-
$ stackit beta valkey credentials list --instance-id xxx
17+
$ stackit valkey credentials list --instance-id xxx
1818
1919
List all credentials' IDs for a Valkey instance with ID "xxx" in JSON format
20-
$ stackit beta valkey credentials list --instance-id xxx --output-format json
20+
$ stackit valkey credentials list --instance-id xxx --output-format json
2121
2222
List up to 10 credentials' IDs for a Valkey instance with ID "xxx"
23-
$ stackit beta valkey credentials list --instance-id xxx --limit 10
23+
$ stackit valkey credentials list --instance-id xxx --limit 10
2424
```
2525

2626
### Options

docs/stackit_valkey_instance_create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ stackit valkey instance create [flags]
1414

1515
```
1616
Create a Valkey instance with name "my-instance" and specify plan by name and version
17-
$ stackit beta valkey instance create --name my-instance --plan-name stackit-keyvalue-1.2.10-replica --version 8
17+
$ stackit valkey instance create --name my-instance --plan-name stackit-keyvalue-1.2.10-replica --version 8
1818
1919
Create a Valkey instance with name "my-instance" and specify plan by ID
20-
$ stackit beta valkey instance create --name my-instance --plan-id xxx
20+
$ stackit valkey instance create --name my-instance --plan-id xxx
2121
2222
Create a Valkey instance with name "my-instance" and specify IP range which is allowed to access it
23-
$ stackit beta valkey instance create --name my-instance --plan-id xxx --acl 1.2.3.0/24
23+
$ stackit valkey instance create --name my-instance --plan-id xxx --acl 1.2.3.0/24
2424
```
2525

2626
### Options

docs/stackit_valkey_instance_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ stackit valkey instance delete INSTANCE_ID [flags]
1414

1515
```
1616
Delete a Valkey instance with ID "xxx"
17-
$ stackit beta valkey instance delete xxx
17+
$ stackit valkey instance delete xxx
1818
```
1919

2020
### Options

docs/stackit_valkey_instance_describe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ stackit valkey instance describe INSTANCE_ID [flags]
1414

1515
```
1616
Get details of a Valkey instance with ID "xxx"
17-
$ stackit beta valkey instance describe xxx
17+
$ stackit valkey instance describe xxx
1818
1919
Get details of a Valkey instance with ID "xxx" in JSON format
20-
$ stackit beta valkey instance describe xxx --output-format json
20+
$ stackit valkey instance describe xxx --output-format json
2121
```
2222

2323
### Options

docs/stackit_valkey_instance_list.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ stackit valkey instance list [flags]
1414

1515
```
1616
List all Valkey instances
17-
$ stackit beta valkey instance list
17+
$ stackit valkey instance list
1818
1919
List all Valkey instances in JSON format
20-
$ stackit beta valkey instance list --output-format json
20+
$ stackit valkey instance list --output-format json
2121
2222
List up to 10 Valkey instances
23-
$ stackit beta valkey instance list --limit 10
23+
$ stackit valkey instance list --limit 10
2424
```
2525

2626
### Options

docs/stackit_valkey_instance_update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ stackit valkey instance update INSTANCE_ID [flags]
1414

1515
```
1616
Update the plan of a Valkey instance with ID "xxx" by plan ID
17-
$ stackit beta valkey instance update xxx --plan-id yyy
17+
$ stackit valkey instance update xxx --plan-id yyy
1818
1919
Update the plan of a Valkey instance with ID "xxx" by name and version
20-
$ stackit beta valkey instance update xxx --plan-name stackit-keyvalue-1.2.10-replica --version 8
20+
$ stackit valkey instance update xxx --plan-name stackit-keyvalue-1.2.10-replica --version 8
2121
2222
Update the range of IPs allowed to access a Valkey instance with ID "xxx"
23-
$ stackit beta valkey instance update xxx --acl 1.2.3.0/24
23+
$ stackit valkey instance update xxx --acl 1.2.3.0/24
2424
```
2525

2626
### Options

internal/cmd/valkey/credentials/create/create.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
4141
Example: examples.Build(
4242
examples.NewExample(
4343
`Create credentials for a Valkey instance with ID "xxx"`,
44-
"$ stackit beta valkey credentials create --instance-id xxx"),
44+
"$ stackit valkey credentials create --instance-id xxx"),
4545
examples.NewExample(
4646
`Create credentials for a Valkey instance and show the password in the output`,
47-
"$ stackit beta valkey credentials create --instance-id xxx --show-password"),
47+
"$ stackit valkey credentials create --instance-id xxx --show-password"),
4848
),
4949
RunE: func(cmd *cobra.Command, args []string) error {
5050
ctx := context.Background()

0 commit comments

Comments
 (0)