File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ The MLServer package includes a mlserver CLI designed to help with common tasks
66mlserver --help
77```
88
9- ## root
9+ ## mlserver
1010
1111Command-line interface to manage MLServer models.
1212
1313``` bash
14- root [OPTIONS] COMMAND [ARGS]...
14+ mlserver [OPTIONS] COMMAND [ARGS]...
1515```
1616
1717### Options
@@ -24,7 +24,7 @@ root [OPTIONS] COMMAND [ARGS]...
2424Build a Docker image for a custom MLServer runtime.
2525
2626``` bash
27- root build [OPTIONS] FOLDER
27+ mlserver build [OPTIONS] FOLDER
2828```
2929
3030### Options
@@ -43,7 +43,7 @@ root build [OPTIONS] FOLDER
4343Generate a Dockerfile
4444
4545``` bash
46- root dockerfile [OPTIONS] FOLDER
46+ mlserver dockerfile [OPTIONS] FOLDER
4747```
4848
4949### Options
@@ -63,7 +63,7 @@ Deprecated: This experimental feature will be removed in future work.
6363> Deprecated: This experimental feature will be removed in future work.
6464
6565``` bash
66- root infer [OPTIONS]
66+ mlserver infer [OPTIONS]
6767```
6868
6969### Options
@@ -122,7 +122,7 @@ root infer [OPTIONS]
122122Generate a base project template
123123
124124``` bash
125- root init [OPTIONS]
125+ mlserver init [OPTIONS]
126126```
127127
128128### Options
@@ -134,7 +134,7 @@ root init [OPTIONS]
134134Start serving a machine learning model with MLServer.
135135
136136``` bash
137- root start [OPTIONS] FOLDER
137+ mlserver start [OPTIONS] FOLDER
138138```
139139
140140### Arguments
You can’t perform that action at this time.
0 commit comments