> ## Documentation Index
> Fetch the complete documentation index at: https://forest-docs-cli-reference-headless-commands.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# forest teams:copy-layout

> Copy a team's whole layout onto another team of the same project

# forest teams:copy-layout

Copy a team's whole layout onto another team of the same project.

## Usage

```bash theme={null}
forest teams:copy-layout [options]
```

## Options

| Option                    | Description                                                                    |
| ------------------------- | ------------------------------------------------------------------------------ |
| `-f, --from=<value>`      | (required) Name of the team to copy the layout from.                           |
| `-p, --projectId=<value>` | Forest project ID.                                                             |
| `-t, --to=<value>`        | (required) Name of the team to copy the layout to (its layout is overwritten). |
| `--force`                 | Skip the confirmation prompt.                                                  |
