> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
$schema: https://holocron.so/frontmatter.json
title: "environments rename"
description: "Rename an env by id or slug"
icon: lucide:pencil
---

Rename an env by id or slug

## Usage

```sh
sigillo environments rename <id>
```

## Options

| Option          | Description      |
| --------------- | ---------------- |
| `--name [name]` | Updated env name |
| `--slug [slug]` | Updated env slug |

## Global Options

| Option            | Description                                                            |
| ----------------- | ---------------------------------------------------------------------- |
| `-h, --help`      | Display this message                                                   |
| `-v, --version`   | Display version number                                                 |
| `--token [token]` | Auth token override                                                    |
| `--api-url [url]` | API URL override (default: [https://sigillo.dev](https://sigillo.dev)) |


---

*Powered by [holocron.so](https://holocron.so)*
