# update

## Usage

```bash
bdy sandbox update|edit [options] <identifier> <yaml|@yaml path>
```

## Arguments

| **Argument** | **Description** |
| :--- | :--- |
| `identifier` | Sandbox identifier (required) |
| `yaml|@yaml` | path                  Complete sandbox YAML. To specify file use @path/to/file format in value (required) |

## 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 |
| `--wait-for-running [seconds]` | Wait until sandbox is running |
| `--wait-for-configured [seconds]` | Wait until sandbox ran setup commands |
| `--wait-for-apps [seconds]` | Wait until sandbox apps are running |
| `-h, --help` | display help for command |


---
Original source: https://buddy.works/docs/cli/sandbox/update