diff --git a/v2.3.x/site/en/userGuide/tools/cli_commands.md b/v2.3.x/site/en/userGuide/tools/cli_commands.md index 2e31ae6e0..db5f55a43 100644 --- a/v2.3.x/site/en/userGuide/tools/cli_commands.md +++ b/v2.3.x/site/en/userGuide/tools/cli_commands.md @@ -459,40 +459,40 @@ delete index -c (text) -in (text) milvus_cli > delete index -c car -in indexName ``` -## describe collection +## show collection Shows the detailed information of a collection. -

Syntax

+

Syntax

```shell show collection -c (text) ``` -

Options

+

Options

| Option | Full name | Description | | :----- | :---------------- | :----------------------------------- | | -c | --collection-name | The name of the collection. | | --help | n/a | Displays help for using the command. | -

Example

+

Example

```shell milvus_cli > show collection -c test_collection_insert ``` -## describe partition +## show partition Shows the detailed information of a partition. -

Syntax

+

Syntax

```shell show partition -c (text) -p (text) ``` -

Options

+

Options

| Option | Full name | Description | | :----- | :---------------- | :-------------------------------------------------------- | @@ -500,23 +500,23 @@ show partition -c (text) -p (text) | -p | --partition | The name of the partition. | | --help | n/a | Displays help for using the command. | -

Example

+

Example

```shell milvus_cli > show partition -c test_collection_insert -p _default ``` -## describe index +## show index Shows the detailed information of an index. -

Syntax

+

Syntax

```shell show index -c (text) -in (text) ``` -

Options

+

Options

| Option | Full name | Description | | :----- | :---------------- | :-------------------------- | diff --git a/v2.3.x/site/en/userGuide/tools/cli_overview.md b/v2.3.x/site/en/userGuide/tools/cli_overview.md index a38c48a2a..e9d4e04a1 100644 --- a/v2.3.x/site/en/userGuide/tools/cli_overview.md +++ b/v2.3.x/site/en/userGuide/tools/cli_overview.md @@ -25,10 +25,12 @@ In the following table, you can find the recommended versions of PyMilvus and Mi | 2.0.0-RC9 | 2.0.0rc9 | 0.1.9 | | 2.1.0 | 2.1.0 | 0.3.0 | | 2.2.x | 2.2.x | 0.4.0 | +| 2.3.x | 2.3.x | 0.4.1 | +
Milvus 2.0.0-RC7 and later are not backward compatible with 2.0.0-RC6 and earlier due to changes made to storage formats.
## Current version -The current version of Milvus_CLI is 0.4.0. +The current version of Milvus_CLI is 0.4.1. To find your installed version and see if you need to update, run `milvus_cli --version`.