# CLI Reference > Complete reference for all `alter` commands, flags, and options. --- ## Global Options These flags apply to every command: ``` alter [OPTIONS] ``` | Flag | Env Var | Default | Description | |------|---------|---------|-------------| | `--host ` | `ALTER_HOST` | `127.0.0.1` | Daemon host address | | `--port ` | `ALTER_PORT` | `2999` | Daemon port | | `--json` | — | false | Output raw JSON (useful for scripting) | | `--no-color` | — | false | Suppress ANSI color codes | --- ## Commands ### `alter start` Start one or more processes. Accepts either a command to run or a path to an ecosystem config file. ``` alter start