> ## Documentation Index
> Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# curator:environment

> Set the environment Curator is running within

Sets the environment Curator is running within.

**Arguments:**

| Argument | Required | Description                                        |
| -------- | -------- | -------------------------------------------------- |
| `env`    | Yes      | One of: `production`, `development`, `QA`, `stage` |

**Example:**

```bash theme={null}
php artisan curator:environment production
```
