diff --git a/docs/stackit.md b/docs/stackit.md index 5f6b1107a..81c7aef64 100644 --- a/docs/stackit.md +++ b/docs/stackit.md @@ -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 diff --git a/docs/stackit_valkey.md b/docs/stackit_valkey.md index 77511dd42..2d3f77130 100644 --- a/docs/stackit_valkey.md +++ b/docs/stackit_valkey.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_credentials.md b/docs/stackit_valkey_credentials.md index ed791aeb7..955bd2f57 100644 --- a/docs/stackit_valkey_credentials.md +++ b/docs/stackit_valkey_credentials.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_credentials_create.md b/docs/stackit_valkey_credentials_create.md index cc1c123bf..df4984458 100644 --- a/docs/stackit_valkey_credentials_create.md +++ b/docs/stackit_valkey_credentials_create.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_credentials_delete.md b/docs/stackit_valkey_credentials_delete.md index 73a920b04..3ab3d9fdb 100644 --- a/docs/stackit_valkey_credentials_delete.md +++ b/docs/stackit_valkey_credentials_delete.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_credentials_describe.md b/docs/stackit_valkey_credentials_describe.md index 5aff7effa..8b4833e4d 100644 --- a/docs/stackit_valkey_credentials_describe.md +++ b/docs/stackit_valkey_credentials_describe.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_credentials_list.md b/docs/stackit_valkey_credentials_list.md index a3734d69b..449665703 100644 --- a/docs/stackit_valkey_credentials_list.md +++ b/docs/stackit_valkey_credentials_list.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_instance.md b/docs/stackit_valkey_instance.md index e5ca637a4..c18f7eb13 100644 --- a/docs/stackit_valkey_instance.md +++ b/docs/stackit_valkey_instance.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_instance_create.md b/docs/stackit_valkey_instance_create.md index 15a0b4430..a3da1f79b 100644 --- a/docs/stackit_valkey_instance_create.md +++ b/docs/stackit_valkey_instance_create.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_instance_delete.md b/docs/stackit_valkey_instance_delete.md index 2390993ee..39e6b7cd8 100644 --- a/docs/stackit_valkey_instance_delete.md +++ b/docs/stackit_valkey_instance_delete.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_instance_describe.md b/docs/stackit_valkey_instance_describe.md index 892aaa292..1669f13c3 100644 --- a/docs/stackit_valkey_instance_describe.md +++ b/docs/stackit_valkey_instance_describe.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_instance_list.md b/docs/stackit_valkey_instance_list.md index aee0ba98a..df72f56de 100644 --- a/docs/stackit_valkey_instance_list.md +++ b/docs/stackit_valkey_instance_list.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_instance_update.md b/docs/stackit_valkey_instance_update.md index c380ba944..8d4010ff7 100644 --- a/docs/stackit_valkey_instance_update.md +++ b/docs/stackit_valkey_instance_update.md @@ -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] @@ -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 diff --git a/docs/stackit_valkey_plans.md b/docs/stackit_valkey_plans.md index b3ed9dc0e..480d228dd 100644 --- a/docs/stackit_valkey_plans.md +++ b/docs/stackit_valkey_plans.md @@ -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] @@ -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) diff --git a/internal/cmd/redis/redis.go b/internal/cmd/redis/redis.go index 5e4b5d07f..190abb4b5 100644 --- a/internal/cmd/redis/redis.go +++ b/internal/cmd/redis/redis.go @@ -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.", Short: "Provides functionality for Redis", Long: "Provides functionality for Redis.", Args: args.NoArgs, diff --git a/internal/cmd/valkey/credentials/create/create.go b/internal/cmd/valkey/credentials/create/create.go index 679aa041b..51e04c65b 100644 --- a/internal/cmd/valkey/credentials/create/create.go +++ b/internal/cmd/valkey/credentials/create/create.go @@ -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( diff --git a/internal/cmd/valkey/credentials/credentials.go b/internal/cmd/valkey/credentials/credentials.go index 26b776a64..c5c0fd299 100644 --- a/internal/cmd/valkey/credentials/credentials.go +++ b/internal/cmd/valkey/credentials/credentials.go @@ -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, } diff --git a/internal/cmd/valkey/credentials/delete/delete.go b/internal/cmd/valkey/credentials/delete/delete.go index bdadcbd40..194733664 100644 --- a/internal/cmd/valkey/credentials/delete/delete.go +++ b/internal/cmd/valkey/credentials/delete/delete.go @@ -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( diff --git a/internal/cmd/valkey/credentials/describe/describe.go b/internal/cmd/valkey/credentials/describe/describe.go index ff48d2b4b..1aa3987fe 100644 --- a/internal/cmd/valkey/credentials/describe/describe.go +++ b/internal/cmd/valkey/credentials/describe/describe.go @@ -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( diff --git a/internal/cmd/valkey/credentials/list/list.go b/internal/cmd/valkey/credentials/list/list.go index c3d7b6454..16a9b427b 100644 --- a/internal/cmd/valkey/credentials/list/list.go +++ b/internal/cmd/valkey/credentials/list/list.go @@ -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( diff --git a/internal/cmd/valkey/instance/create/create.go b/internal/cmd/valkey/instance/create/create.go index 2e36fd95e..39553272c 100644 --- a/internal/cmd/valkey/instance/create/create.go +++ b/internal/cmd/valkey/instance/create/create.go @@ -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( diff --git a/internal/cmd/valkey/instance/delete/delete.go b/internal/cmd/valkey/instance/delete/delete.go index d27268465..793deb0be 100644 --- a/internal/cmd/valkey/instance/delete/delete.go +++ b/internal/cmd/valkey/instance/delete/delete.go @@ -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( diff --git a/internal/cmd/valkey/instance/describe/describe.go b/internal/cmd/valkey/instance/describe/describe.go index bea55d260..d6219bb50 100644 --- a/internal/cmd/valkey/instance/describe/describe.go +++ b/internal/cmd/valkey/instance/describe/describe.go @@ -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( diff --git a/internal/cmd/valkey/instance/instance.go b/internal/cmd/valkey/instance/instance.go index bb0566190..83a1a87fd 100644 --- a/internal/cmd/valkey/instance/instance.go +++ b/internal/cmd/valkey/instance/instance.go @@ -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, } diff --git a/internal/cmd/valkey/instance/list/list.go b/internal/cmd/valkey/instance/list/list.go index e562c44c9..52dfb53bf 100644 --- a/internal/cmd/valkey/instance/list/list.go +++ b/internal/cmd/valkey/instance/list/list.go @@ -32,8 +32,8 @@ type inputModel struct { func NewCmd(params *types.CmdParams) *cobra.Command { cmd := &cobra.Command{ Use: "list", - Short: "Lists all Valkey instances", - Long: "Lists all Valkey instances.", + Short: "Lists all Key Value Store (valkey) instances", + Long: "Lists all Key Value Store (valkey) instances.", Args: args.NoArgs, Example: examples.Build( examples.NewExample( diff --git a/internal/cmd/valkey/instance/update/update.go b/internal/cmd/valkey/instance/update/update.go index 5d266331f..477ea7c0b 100644 --- a/internal/cmd/valkey/instance/update/update.go +++ b/internal/cmd/valkey/instance/update/update.go @@ -63,8 +63,8 @@ type inputModel struct { func NewCmd(params *types.CmdParams) *cobra.Command { cmd := &cobra.Command{ Use: fmt.Sprintf("update %s", instanceIdArg), - Short: "Updates a Valkey instance", - Long: "Updates a Valkey instance.", + Short: "Updates a Key Value Store (valkey) instance", + Long: "Updates a Key Value Store (valkey) instance.", Args: args.SingleArg(instanceIdArg, utils.ValidateUUID), Example: examples.Build( examples.NewExample( diff --git a/internal/cmd/valkey/plans/plans.go b/internal/cmd/valkey/plans/plans.go index 2a9a0486d..622e03ec1 100644 --- a/internal/cmd/valkey/plans/plans.go +++ b/internal/cmd/valkey/plans/plans.go @@ -31,8 +31,8 @@ type inputModel struct { func NewCmd(params *types.CmdParams) *cobra.Command { cmd := &cobra.Command{ Use: "plans", - Short: "Lists all Valkey service plans", - Long: "Lists all Valkey service plans.", + Short: "Lists all Key Value Store (valkey) service plans", + Long: "Lists all Key Value Store (valkey) service plans.", Args: args.NoArgs, Example: examples.Build( examples.NewExample( diff --git a/internal/cmd/valkey/valkey.go b/internal/cmd/valkey/valkey.go index 016bc7ae0..b9a59b783 100644 --- a/internal/cmd/valkey/valkey.go +++ b/internal/cmd/valkey/valkey.go @@ -14,8 +14,8 @@ import ( func NewCmd(params *types.CmdParams) *cobra.Command { cmd := &cobra.Command{ Use: "valkey", - Short: "Provides functionality for Valkey", - Long: "Provides functionality for Valkey.", + Short: "Provides functionality for Key Value Store (valkey)", + Long: "Provides functionality for Key Value Store (valkey).", Args: args.NoArgs, Run: utils.CmdHelp, }