Skip to content

Commit

Permalink
refine the new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Apr 12, 2024
1 parent e24ad6e commit 1eafa2c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions TOC-tidb-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/ticloud-completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/ticloud-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/ticloud-import-cancel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 1eafa2c

Please sign in to comment.