Skip to content
Merged
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
14 changes: 7 additions & 7 deletions docs-gb/api/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The MLServer package includes a mlserver CLI designed to help with common tasks
mlserver --help
```

## root
## mlserver

Command-line interface to manage MLServer models.

```bash
root [OPTIONS] COMMAND [ARGS]...
mlserver [OPTIONS] COMMAND [ARGS]...
```

### Options
Expand All @@ -24,7 +24,7 @@ root [OPTIONS] COMMAND [ARGS]...
Build a Docker image for a custom MLServer runtime.

```bash
root build [OPTIONS] FOLDER
mlserver build [OPTIONS] FOLDER
```

### Options
Expand All @@ -43,7 +43,7 @@ root build [OPTIONS] FOLDER
Generate a Dockerfile

```bash
root dockerfile [OPTIONS] FOLDER
mlserver dockerfile [OPTIONS] FOLDER
```

### Options
Expand All @@ -63,7 +63,7 @@ Deprecated: This experimental feature will be removed in future work.
> Deprecated: This experimental feature will be removed in future work.

```bash
root infer [OPTIONS]
mlserver infer [OPTIONS]
```

### Options
Expand Down Expand Up @@ -122,7 +122,7 @@ root infer [OPTIONS]
Generate a base project template

```bash
root init [OPTIONS]
mlserver init [OPTIONS]
```

### Options
Expand All @@ -134,7 +134,7 @@ root init [OPTIONS]
Start serving a machine learning model with MLServer.

```bash
root start [OPTIONS] FOLDER
mlserver start [OPTIONS] FOLDER
```

### Arguments
Expand Down
Loading