Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/stackit.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ stackit [flags]
* [stackit service-account](./stackit_service-account.md) - Provides functionality for service accounts
* [stackit ske](./stackit_ske.md) - Provides functionality for SKE
* [stackit sqlserverflex](./stackit_sqlserverflex.md) - Provides functionality for SQLServer Flex
* [stackit valkey](./stackit_valkey.md) - Provides functionality for Valkey
* [stackit valkey](./stackit_valkey.md) - Provides functionality for Key Value Store (valkey)
* [stackit volume](./stackit_volume.md) - Provides functionality for volumes

10 changes: 5 additions & 5 deletions docs/stackit_valkey.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey

Provides functionality for Valkey
Provides functionality for Key Value Store (valkey)

### Synopsis

Provides functionality for Valkey.
Provides functionality for Key Value Store (valkey).

```
stackit valkey [flags]
Expand All @@ -30,7 +30,7 @@ stackit valkey [flags]
### SEE ALSO

* [stackit](./stackit.md) - Manage STACKIT resources using the command line
* [stackit valkey credentials](./stackit_valkey_credentials.md) - Provides functionality for Valkey credentials
* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Valkey instances
* [stackit valkey plans](./stackit_valkey_plans.md) - Lists all Valkey service plans
* [stackit valkey credentials](./stackit_valkey_credentials.md) - Provides functionality for Key Value Store (valkey) credentials
* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Key Value Store (valkey) instances
* [stackit valkey plans](./stackit_valkey_plans.md) - Lists all Key Value Store (valkey) service plans

14 changes: 7 additions & 7 deletions docs/stackit_valkey_credentials.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey credentials

Provides functionality for Valkey credentials
Provides functionality for Key Value Store (valkey) credentials

### Synopsis

Provides functionality for Valkey credentials.
Provides functionality for Key Value Store (valkey) credentials.

```
stackit valkey credentials [flags]
Expand All @@ -29,9 +29,9 @@ stackit valkey credentials [flags]

### SEE ALSO

* [stackit valkey](./stackit_valkey.md) - Provides functionality for Valkey
* [stackit valkey credentials create](./stackit_valkey_credentials_create.md) - Creates credentials for a Valkey instance
* [stackit valkey credentials delete](./stackit_valkey_credentials_delete.md) - Deletes credentials of a Valkey instance
* [stackit valkey credentials describe](./stackit_valkey_credentials_describe.md) - Shows details of credentials of a Valkey instance
* [stackit valkey credentials list](./stackit_valkey_credentials_list.md) - Lists all credentials' IDs for a Valkey instance
* [stackit valkey](./stackit_valkey.md) - Provides functionality for Key Value Store (valkey)
* [stackit valkey credentials create](./stackit_valkey_credentials_create.md) - Creates credentials for a Key Value Store (valkey) instance
* [stackit valkey credentials delete](./stackit_valkey_credentials_delete.md) - Deletes credentials of a Key Value Store (valkey) instance
* [stackit valkey credentials describe](./stackit_valkey_credentials_describe.md) - Shows details of credentials of a Key Value Store (valkey) instance
* [stackit valkey credentials list](./stackit_valkey_credentials_list.md) - Lists all credentials' IDs for a Key Value Store (valkey) instance

6 changes: 3 additions & 3 deletions docs/stackit_valkey_credentials_create.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey credentials create

Creates credentials for a Valkey instance
Creates credentials for a Key Value Store (valkey) instance

### Synopsis

Creates credentials (username and password) for a Valkey instance.
Creates credentials (username and password) for a Key Value Store (valkey) instance.

```
stackit valkey credentials create [flags]
Expand Down Expand Up @@ -41,5 +41,5 @@ stackit valkey credentials create [flags]

### SEE ALSO

* [stackit valkey credentials](./stackit_valkey_credentials.md) - Provides functionality for Valkey credentials
* [stackit valkey credentials](./stackit_valkey_credentials.md) - Provides functionality for Key Value Store (valkey) credentials

6 changes: 3 additions & 3 deletions docs/stackit_valkey_credentials_delete.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey credentials delete

Deletes credentials of a Valkey instance
Deletes credentials of a Key Value Store (valkey) instance

### Synopsis

Deletes credentials of a Valkey instance.
Deletes credentials of a Key Value Store (valkey) instance.

```
stackit valkey credentials delete CREDENTIALS_ID [flags]
Expand Down Expand Up @@ -37,5 +37,5 @@ stackit valkey credentials delete CREDENTIALS_ID [flags]

### SEE ALSO

* [stackit valkey credentials](./stackit_valkey_credentials.md) - Provides functionality for Valkey credentials
* [stackit valkey credentials](./stackit_valkey_credentials.md) - Provides functionality for Key Value Store (valkey) credentials

6 changes: 3 additions & 3 deletions docs/stackit_valkey_credentials_describe.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey credentials describe

Shows details of credentials of a Valkey instance
Shows details of credentials of a Key Value Store (valkey) instance

### Synopsis

Shows details of credentials of a Valkey instance. The password will be shown in plain text in the output.
Shows details of credentials of a Key Value Store (valkey) instance. The password will be shown in plain text in the output.

```
stackit valkey credentials describe CREDENTIALS_ID [flags]
Expand Down Expand Up @@ -40,5 +40,5 @@ stackit valkey credentials describe CREDENTIALS_ID [flags]

### SEE ALSO

* [stackit valkey credentials](./stackit_valkey_credentials.md) - Provides functionality for Valkey credentials
* [stackit valkey credentials](./stackit_valkey_credentials.md) - Provides functionality for Key Value Store (valkey) credentials

6 changes: 3 additions & 3 deletions docs/stackit_valkey_credentials_list.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey credentials list

Lists all credentials' IDs for a Valkey instance
Lists all credentials' IDs for a Key Value Store (valkey) instance

### Synopsis

Lists all credentials' IDs for a Valkey instance.
Lists all credentials' IDs for a Key Value Store (valkey) instance.

```
stackit valkey credentials list [flags]
Expand Down Expand Up @@ -44,5 +44,5 @@ stackit valkey credentials list [flags]

### SEE ALSO

* [stackit valkey credentials](./stackit_valkey_credentials.md) - Provides functionality for Valkey credentials
* [stackit valkey credentials](./stackit_valkey_credentials.md) - Provides functionality for Key Value Store (valkey) credentials

16 changes: 8 additions & 8 deletions docs/stackit_valkey_instance.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey instance

Provides functionality for Valkey instances
Provides functionality for Key Value Store (valkey) instances

### Synopsis

Provides functionality for Valkey instances.
Provides functionality for Key Value Store (valkey) instances.

```
stackit valkey instance [flags]
Expand All @@ -29,10 +29,10 @@ stackit valkey instance [flags]

### SEE ALSO

* [stackit valkey](./stackit_valkey.md) - Provides functionality for Valkey
* [stackit valkey instance create](./stackit_valkey_instance_create.md) - Creates a Valkey instance
* [stackit valkey instance delete](./stackit_valkey_instance_delete.md) - Deletes a Valkey instance
* [stackit valkey instance describe](./stackit_valkey_instance_describe.md) - Shows details of a Valkey instance
* [stackit valkey instance list](./stackit_valkey_instance_list.md) - Lists all Valkey instances
* [stackit valkey instance update](./stackit_valkey_instance_update.md) - Updates a Valkey instance
* [stackit valkey](./stackit_valkey.md) - Provides functionality for Key Value Store (valkey)
* [stackit valkey instance create](./stackit_valkey_instance_create.md) - Creates a Key Value Store (valkey) instance
* [stackit valkey instance delete](./stackit_valkey_instance_delete.md) - Deletes a Key Value Store (valkey) instance
* [stackit valkey instance describe](./stackit_valkey_instance_describe.md) - Shows details of a Key Value Store (valkey) instance
* [stackit valkey instance list](./stackit_valkey_instance_list.md) - Lists all Key Value Store (valkey) instances
* [stackit valkey instance update](./stackit_valkey_instance_update.md) - Updates a Key Value Store (valkey) instance

6 changes: 3 additions & 3 deletions docs/stackit_valkey_instance_create.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey instance create

Creates a Valkey instance
Creates a Key Value Store (valkey) instance

### Synopsis

Creates a Valkey instance.
Creates a Key Value Store (valkey) instance.

```
stackit valkey instance create [flags]
Expand Down Expand Up @@ -55,5 +55,5 @@ stackit valkey instance create [flags]

### SEE ALSO

* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Valkey instances
* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Key Value Store (valkey) instances

6 changes: 3 additions & 3 deletions docs/stackit_valkey_instance_delete.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey instance delete

Deletes a Valkey instance
Deletes a Key Value Store (valkey) instance

### Synopsis

Deletes a Valkey instance.
Deletes a Key Value Store (valkey) instance.

```
stackit valkey instance delete INSTANCE_ID [flags]
Expand Down Expand Up @@ -36,5 +36,5 @@ stackit valkey instance delete INSTANCE_ID [flags]

### SEE ALSO

* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Valkey instances
* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Key Value Store (valkey) instances

6 changes: 3 additions & 3 deletions docs/stackit_valkey_instance_describe.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey instance describe

Shows details of a Valkey instance
Shows details of a Key Value Store (valkey) instance

### Synopsis

Shows details of a Valkey instance.
Shows details of a Key Value Store (valkey) instance.

```
stackit valkey instance describe INSTANCE_ID [flags]
Expand Down Expand Up @@ -39,5 +39,5 @@ stackit valkey instance describe INSTANCE_ID [flags]

### SEE ALSO

* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Valkey instances
* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Key Value Store (valkey) instances

6 changes: 3 additions & 3 deletions docs/stackit_valkey_instance_list.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey instance list

Lists all Valkey instances
Lists all Key Value Store (valkey) instances

### Synopsis

Lists all Valkey instances.
Lists all Key Value Store (valkey) instances.

```
stackit valkey instance list [flags]
Expand Down Expand Up @@ -43,5 +43,5 @@ stackit valkey instance list [flags]

### SEE ALSO

* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Valkey instances
* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Key Value Store (valkey) instances

6 changes: 3 additions & 3 deletions docs/stackit_valkey_instance_update.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey instance update

Updates a Valkey instance
Updates a Key Value Store (valkey) instance

### Synopsis

Updates a Valkey instance.
Updates a Key Value Store (valkey) instance.

```
stackit valkey instance update INSTANCE_ID [flags]
Expand Down Expand Up @@ -54,5 +54,5 @@ stackit valkey instance update INSTANCE_ID [flags]

### SEE ALSO

* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Valkey instances
* [stackit valkey instance](./stackit_valkey_instance.md) - Provides functionality for Key Value Store (valkey) instances

6 changes: 3 additions & 3 deletions docs/stackit_valkey_plans.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## stackit valkey plans

Lists all Valkey service plans
Lists all Key Value Store (valkey) service plans

### Synopsis

Lists all Valkey service plans.
Lists all Key Value Store (valkey) service plans.

```
stackit valkey plans [flags]
Expand Down Expand Up @@ -43,5 +43,5 @@ stackit valkey plans [flags]

### SEE ALSO

* [stackit valkey](./stackit_valkey.md) - Provides functionality for Valkey
* [stackit valkey](./stackit_valkey.md) - Provides functionality for Key Value Store (valkey)

2 changes: 1 addition & 1 deletion internal/cmd/redis/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
func NewCmd(params *types.CmdParams) *cobra.Command {
cmd := &cobra.Command{
Use: "redis",
Deprecated: "\nRedis commands `stackit redis` have been deprecated and will be removed after 2027-08-31. Please use valkey (Key Value Store) commands `stackit valkey` instead.",
Deprecated: "\nRedis commands `stackit redis` have been deprecated and will be removed after 2027-08-31. Please use Key Value Store (valkey) commands `stackit valkey` instead.",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep in mind that your terminal won't render the backtick markdown syntax in most cases. @GokceGK

Image

Short: "Provides functionality for Redis",
Long: "Provides functionality for Redis.",
Args: args.NoArgs,
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/valkey/credentials/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ type inputModel struct {
func NewCmd(params *types.CmdParams) *cobra.Command {
cmd := &cobra.Command{
Use: "create",
Short: "Creates credentials for a Valkey instance",
Long: "Creates credentials (username and password) for a Valkey instance.",
Short: "Creates credentials for a Key Value Store (valkey) instance",
Long: "Creates credentials (username and password) for a Key Value Store (valkey) instance.",
Args: args.NoArgs,
Example: examples.Build(
examples.NewExample(
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/valkey/credentials/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
func NewCmd(params *types.CmdParams) *cobra.Command {
cmd := &cobra.Command{
Use: "credentials",
Short: "Provides functionality for Valkey credentials",
Long: "Provides functionality for Valkey credentials.",
Short: "Provides functionality for Key Value Store (valkey) credentials",
Long: "Provides functionality for Key Value Store (valkey) credentials.",
Args: args.NoArgs,
Run: utils.CmdHelp,
}
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/valkey/credentials/delete/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ type inputModel struct {
func NewCmd(params *types.CmdParams) *cobra.Command {
cmd := &cobra.Command{
Use: fmt.Sprintf("delete %s", credentialsIdArg),
Short: "Deletes credentials of a Valkey instance",
Long: "Deletes credentials of a Valkey instance.",
Short: "Deletes credentials of a Key Value Store (valkey) instance",
Long: "Deletes credentials of a Key Value Store (valkey) instance.",
Args: args.SingleArg(credentialsIdArg, utils.ValidateUUID),
Example: examples.Build(
examples.NewExample(
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/valkey/credentials/describe/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ type inputModel struct {
func NewCmd(params *types.CmdParams) *cobra.Command {
cmd := &cobra.Command{
Use: fmt.Sprintf("describe %s", credentialsIdArg),
Short: "Shows details of credentials of a Valkey instance",
Long: "Shows details of credentials of a Valkey instance. The password will be shown in plain text in the output.",
Short: "Shows details of credentials of a Key Value Store (valkey) instance",
Long: "Shows details of credentials of a Key Value Store (valkey) instance. The password will be shown in plain text in the output.",
Args: args.SingleArg(credentialsIdArg, utils.ValidateUUID),
Example: examples.Build(
examples.NewExample(
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/valkey/credentials/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ type inputModel struct {
func NewCmd(params *types.CmdParams) *cobra.Command {
cmd := &cobra.Command{
Use: "list",
Short: "Lists all credentials' IDs for a Valkey instance",
Long: "Lists all credentials' IDs for a Valkey instance.",
Short: "Lists all credentials' IDs for a Key Value Store (valkey) instance",
Long: "Lists all credentials' IDs for a Key Value Store (valkey) instance.",
Args: args.NoArgs,
Example: examples.Build(
examples.NewExample(
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/valkey/instance/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ type inputModel struct {
func NewCmd(params *types.CmdParams) *cobra.Command {
cmd := &cobra.Command{
Use: "create",
Short: "Creates a Valkey instance",
Long: "Creates a Valkey instance.",
Short: "Creates a Key Value Store (valkey) instance",
Long: "Creates a Key Value Store (valkey) instance.",
Args: args.NoArgs,
Example: examples.Build(
examples.NewExample(
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/valkey/instance/delete/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ type inputModel struct {
func NewCmd(params *types.CmdParams) *cobra.Command {
cmd := &cobra.Command{
Use: fmt.Sprintf("delete %s", instanceIdArg),
Short: "Deletes a Valkey instance",
Long: "Deletes a Valkey instance.",
Short: "Deletes a Key Value Store (valkey) instance",
Long: "Deletes a Key Value Store (valkey) instance.",
Args: args.SingleArg(instanceIdArg, utils.ValidateUUID),
Example: examples.Build(
examples.NewExample(
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/valkey/instance/describe/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ type inputModel struct {
func NewCmd(params *types.CmdParams) *cobra.Command {
cmd := &cobra.Command{
Use: fmt.Sprintf("describe %s", instanceIdArg),
Short: "Shows details of a Valkey instance",
Long: "Shows details of a Valkey instance.",
Short: "Shows details of a Key Value Store (valkey) instance",
Long: "Shows details of a Key Value Store (valkey) instance.",
Args: args.SingleArg(instanceIdArg, utils.ValidateUUID),
Example: examples.Build(
examples.NewExample(
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/valkey/instance/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
func NewCmd(params *types.CmdParams) *cobra.Command {
cmd := &cobra.Command{
Use: "instance",
Short: "Provides functionality for Valkey instances",
Long: "Provides functionality for Valkey instances.",
Short: "Provides functionality for Key Value Store (valkey) instances",
Long: "Provides functionality for Key Value Store (valkey) instances.",
Args: args.NoArgs,
Run: utils.CmdHelp,
}
Expand Down
Loading