diff --git a/TOC-tidb-cloud.md b/TOC-tidb-cloud.md index 7b84b7976dc9b..57e5f0be0bed0 100644 --- a/TOC-tidb-cloud.md +++ b/TOC-tidb-cloud.md @@ -653,6 +653,7 @@ - [cancel](/tidb-cloud/ticloud-serverless-export-cancel.md) - [download](/tidb-cloud/ticloud-serverless-export-download.md) - [ai](/tidb-cloud/ticloud-ai.md) + - [completion](/tidb-cloud/ticloud-completion.md) - config - [create](/tidb-cloud/ticloud-config-create.md) - [delete](/tidb-cloud/ticloud-config-delete.md) @@ -663,9 +664,8 @@ - [use](/tidb-cloud/ticloud-config-use.md) - project - [list](/tidb-cloud/ticloud-project-list.md) - - [completion](/tidb-cloud/ticloud-completion.md) - - [help](/tidb-cloud/ticloud-help.md) - [update](/tidb-cloud/ticloud-update.md) + - [help](/tidb-cloud/ticloud-help.md) - [Table Filter](/table-filter.md) - [Resource Control](/tidb-resource-control.md) - [URI Formats of External Storage Services](/external-storage-uri.md) diff --git a/tidb-cloud/cli-reference.md b/tidb-cloud/cli-reference.md index 3b4299f19ecbc..b65a30381c9de 100644 --- a/tidb-cloud/cli-reference.md +++ b/tidb-cloud/cli-reference.md @@ -27,9 +27,9 @@ To use the `ticloud` CLI in your terminal, run `ticloud [command] [subcommand]`. | ai | - | Chat with TiDB Bot | | completion | bash, fish, powershell, zsh | Generate completion script for specified shell | | config | create, delete, describe, edit, list, set, use | Configure user profiles | -| help | cluster, completion, config, help, import, project, update | View help for any command | | project | list | Manage projects | | update | - | Update the CLI to the latest version | +| help | cluster, completion, config, help, import, project, update | View help for any command | ## Command modes diff --git a/tidb-cloud/ticloud-completion.md b/tidb-cloud/ticloud-completion.md index 1f2bd836caeab..2c563df51d004 100644 --- a/tidb-cloud/ticloud-completion.md +++ b/tidb-cloud/ticloud-completion.md @@ -5,7 +5,7 @@ summary: The reference of `ticloud completion`. # ticloud completion -Generate the autocompletion script for ticloud for the specified shell. +Generate the autocompletion script for the specified shell of TiDB Cloud CLI: ```shell ticloud completion [command] diff --git a/tidb-cloud/ticloud-help.md b/tidb-cloud/ticloud-help.md index b451d32fcac67..88966528564c0 100644 --- a/tidb-cloud/ticloud-help.md +++ b/tidb-cloud/ticloud-help.md @@ -5,7 +5,7 @@ summary: The reference of `ticloud help`. # ticloud help -Help provides help for any command in the application. +Get help information for any command in TiDB Cloud CLI: ```shell ticloud help [command] [flags] diff --git a/tidb-cloud/ticloud-import-cancel.md b/tidb-cloud/ticloud-import-cancel.md index f2ccb8f9ed054..35110b76ba5d1 100644 --- a/tidb-cloud/ticloud-import-cancel.md +++ b/tidb-cloud/ticloud-import-cancel.md @@ -32,7 +32,7 @@ In non-interactive mode, you need to manually enter the required flags. In inter | Flag | Description | Required | Note | |-------------------------|---------------------------------------------------------------|----------|------------------------------------------------------| | -c, --cluster-id string | Specifies the ID of the cluster. | Yes | Only works in non-interactive mode. | -| --force | Cancel the import task without confirmation. | No | Works in both non-interactive and interactive modes. | +| --force | Cancels the import task without confirmation. | No | Works in both non-interactive and interactive modes. | | -h, --help | Shows help information for this command. | No | Works in both non-interactive and interactive modes. | | --import-id string | Specifies the ID of the import task. | Yes | Only works in non-interactive mode. | | -p, --project-id string | Specifies the ID of the project. | Yes | Only works in non-interactive mode. |