Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Dec 12, 2023
1 parent 29760e0 commit 583f9ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
22 changes: 11 additions & 11 deletions v2.3.x/site/en/userGuide/tools/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,64 +459,64 @@ 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.

<h3 id="describe-collection">Syntax</h3>
<h3 id="show-collection">Syntax</h3>

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

<h3 id="describe-collection">Options</h3>
<h3>Options</h3>

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

<h3 id="describe-collection">Example</h3>
<h3>Example</h3>

```shell
milvus_cli > show collection -c test_collection_insert
```

## describe partition
## show partition

Shows the detailed information of a partition.

<h3 id="describe-partition">Syntax</h3>
<h3 id="show-partition">Syntax</h3>

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

<h3 id="describe-partition">Options</h3>
<h3>Options</h3>

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

<h3 id="describe-partition">Example</h3>
<h3>Example</h3>

```shell
milvus_cli > show partition -c test_collection_insert -p _default
```

## describe index
## show index

Shows the detailed information of an index.

<h3 id="describe-index">Syntax</h3>
<h3 id="show-index">Syntax</h3>

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

<h3 id="describe-index">Options</h3>
<h3 >Options</h3>

| Option | Full name | Description |
| :----- | :---------------- | :-------------------------- |
Expand Down
4 changes: 3 additions & 1 deletion v2.3.x/site/en/userGuide/tools/cli_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |


<div class="alert note">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.</div>

## 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`.

0 comments on commit 583f9ee

Please sign in to comment.