# diagrid apply

Apply declarative configuration

### Description

Apply declarative configuration to your Catalyst project.

```
diagrid apply [flags]
```

### Examples

```

  # Apply a declarative configuration to your Catalyst project
  diagrid apply --project my-project --f my-resource.yaml

```

### Options

```
  -p, --project string   Name of existing project
  -f, --file strings     Path to a file or directory containing declarative configurations to apply
  -d, --dry-run          Dry run the apply process
      --api-key string   Diagrid Cloud API key
  -h, --help             help for apply
```
