mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
1.1 KiB
1.1 KiB
Entrypoint
Syntax
Use the following syntax to run milvus commands from your terminal window:
milvus [command] [server type] [flags]
Example:
$ MILVUS_CONF_PATH=/path/to/milvus/configs milvus run master
where command, server type, and flags are:
command: Specifies the operation that you want to perform on server, for example run, status, stop
server type: Specifies the server type, server type are:
mastermsgstreamproxyserviceproxynodequeryservicequerynodedataservicedatanodeindexserviceindexnodestandalone
flags: Specifies optional flags. For example, you can use the -f or --config flags to specify the configuration file.
Getting help You can get help for CLI tool using the
--helpflag, or-hfor short.$ milvus run master --help
Environment
The table below lists the environment variables that you can use to configure the milvus tool.
| Variable | Description | Default |
|---|---|---|
| MILVUS_CONF_PATH | Milvus configuration path | /milvus/configs |