Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter description for connect command #34

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/en/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ connect [-h (text)] [-p (int)] [-a (text)] [-D]
| :----- | :----------- | :---------------------------------------------------------------------------------------------------------- |
| -h | --host | (Optional) The host name. The default is "127.0.0.1". |
| -p | --port | (Optional) The port number. The default is "19530". |
| -u | --username | (Optional) The username. The default is "None". |
| -pwd | --password | (Optional) The password. The default is "None". |
| -a | --alias | (Optional) The alias name of the Milvus link. The default is "default". |
| -s | --secure | (Optional)Connect with SSL. The default is "False". |
| -D | --disconnect | (Optional) Flag to disconnect from the Milvus server specified by an alias. The default alias is "default". |
| --help | n/a | Displays help for using the command. |

Expand Down
3 changes: 3 additions & 0 deletions doc/zh-CN/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ connect [-h (text)] [-p (int)] [-a (text)] [-D]
| :----- | :----------- | :---------------------------------------------------------------------- |
| -h | --host | (可选) 主机名。默认是 "127.0.0.1"。 |
| -p | --port | (可选) 端口号。默认是"19530"。 |
| -u | --username | (可选) 用户名。默认是"None"。 |
| -pwd | --password | (可选) 密码。默认是"None"。 |
| -a | --alias | (可选)Milvus 链接的别名。默认是"default"。 |
| -s | --secure | (可选)使用SSL。默认是"False"。 |
| -D | --disconnect | (可选)从别名指定的 Milvus 服务器断开连接的开关。默认别名为"default"。 |
| --help | n/a | 显示用法信息。 |

Expand Down