Skip to content

Commit 0679104

Browse files
authored
Update CLI.md (#2290)
updated the MLServer CLI command
1 parent 57da9a6 commit 0679104

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs-gb/api/CLI.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ The MLServer package includes a mlserver CLI designed to help with common tasks
66
mlserver --help
77
```
88

9-
## root
9+
## mlserver
1010

1111
Command-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]...
2424
Build 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
4343
Generate 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]
122122
Generate 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]
134134
Start serving a machine learning model with MLServer.
135135

136136
```bash
137-
root start [OPTIONS] FOLDER
137+
mlserver start [OPTIONS] FOLDER
138138
```
139139

140140
### Arguments

0 commit comments

Comments
 (0)