Skip to content

Commit

Permalink
Add server documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Mar 4, 2024
1 parent fa9dcd0 commit 54891f9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Chroma CLI

## Installation

```bash
```

## Usage

### Add Server

Arguments:

- `server-alias` - Alias for the server

Flags:

- `-h` or `--host` - Hostname of the server
- `-p` or `--port` - Port of the server
- `-o` or `--overwrite` - Overwrite existing server alias
- `-s` or `--secure` - Use secure connection (TLS)
- `-t` or `--tenant` - Tenant Name to use by default
- `-d` or `--database` - Database Name to use by default

```bash
chroma server add <server-alias> -h <host> -p <port> -o -s -t <tenant> -d <database>
```

0 comments on commit 54891f9

Please sign in to comment.