# leapview serve

Run the LeapView HTTP server

## Usage

```sh
leapview serve [flags]
```

## Behavior

| Side effect | Confirmation |
| --- | --- |
| `local-write` | `never` |

## Options

| Flag | Type | Default | Required | Description |
| --- | --- | --- | --- | --- |
| `--addr` | string | `` | false | listen address; defaults to the configured address |
| `--environment` | string | `` | false | instance environment; overrides LEAPVIEW_ENVIRONMENT, then defaults to prod in production and dev otherwise |
| `--production` | bool | `false` | false | serve active serving state from the platform DB |
