# link

## Usage

```bash
bdy project link [options] [directory]
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `directory` | Path to directory where link the project (required) |

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `-r, --relink` | Force relinking directory if already linked to project |
| `-g, --git` | Force initialization of GIT repository |
| `-p, --project <name>` | Project name. Can be set via variable: BUDDY_PROJECT |
| `-h, --help` | display help for command |


---
Original source: https://buddy.works/docs/cli/project/link