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

---
# This file is auto-generated by scripts/generate-cli-docs.ts. Do not edit manually.
$schema: https://holocron.so/frontmatter.json
title: "Setup"
icon: lucide:settings
---

# setup

Save the default organization and project for the current folder.

Strada resolves config by walking up from the current directory and using
the closest matching scope. Use this once per app folder so commands like
`strada logs` and `strada issues list` do not need `--project`.

## Usage

```sh
strada setup
```

## Options

| Option                       | Default | Description                                               |
| ---------------------------- | ------- | --------------------------------------------------------- |
| `--scope [path]`             | -       | Directory scope to configure (default: current directory) |
| `--org [name-or-id]`         | -       | Organization name or ID                                   |
| `-p, --project [slug-or-id]` | -       | Project slug or ID                                        |

## Global Options

| Option          | Default | Description            |
| --------------- | ------- | ---------------------- |
| `-h, --help`    | -       | Display this message   |
| `-v, --version` | -       | Display version number |
