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

---
$schema: https://holocron.so/frontmatter.json
title: "setup"
description: "Save default project and env for the current directory (stored in ~/.sigillo, not in the repo)"
icon: lucide:settings
---

Save default project and env for the current directory (stored in \~/.sigillo, not in the repo)

## Usage

```sh
sigillo setup
```

## Options

| Option                | Description                                                                  |
| --------------------- | ---------------------------------------------------------------------------- |
| `-p, --project [id]`  | Project ID                                                                   |
| `--env [slug]`        | Env slug, usually dev since you run locally with the development environment |
| `-c, --config [slug]` | Env slug alias                                                               |

## 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)*
