From 02e4079d8ed1237336313697e47831c8fbcdc201 Mon Sep 17 00:00:00 2001 From: CrazyShipOne Date: Tue, 25 Jul 2023 15:22:45 +0800 Subject: [PATCH 1/2] Update cli_commands.md, add params descriptions in en --- doc/en/cli_commands.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/en/cli_commands.md b/doc/en/cli_commands.md index 91c7d29..93e4ed7 100644 --- a/doc/en/cli_commands.md +++ b/doc/en/cli_commands.md @@ -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. | From 975963ffa57d8104b5ad440af594864950343b07 Mon Sep 17 00:00:00 2001 From: CrazyShipOne Date: Tue, 25 Jul 2023 15:23:01 +0800 Subject: [PATCH 2/2] Update cli_commands.md, add params descriptions in en --- doc/zh-CN/cli_commands.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/zh-CN/cli_commands.md b/doc/zh-CN/cli_commands.md index 819f2fa..daab852 100644 --- a/doc/zh-CN/cli_commands.md +++ b/doc/zh-CN/cli_commands.md @@ -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 | 显示用法信息。 |