# create

## Usage

```bash
bdy distro create|add [options]
```

## Options

| **Option** | **Description** |
| :--- | :--- |
| `-w, --workspace <domain>` | Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE |
| `-p, --project <name>` | Project name. Can be set via variable: BUDDY_PROJECT |
| `-s, --scope <scope>` | Force distribution scope (WORKSPACE, PROJECT). By default calculated by provided options and environmental variables |
| `-i, --identifier <identifier>` | Human-readable ID of the distribution |
| `-n, --name <name>` | Name of the distribution |
| `-h, --help` | display help for command |

## Examples

### ## create distribution with name

```bash
bdy distro create -n name
```

### ## create distribution in project with identifier

```bash
bdy distro create -i id --project project
```


---
Original source: https://buddy.works/docs/cli/distro/create