# diagrid dev scaffold

Scaffold a dev config file for the current project

### Description

Scaffold a dev config file to streamline running your applications and connecting them with the Catalyst APIs

```
diagrid dev scaffold [flags]
```

### Examples

```

  # Scaffold a new dev config file for the current project
  diagrid dev scaffold

  # Update an existing dev config file for the current project
  diagrid dev scaffold -f my-project-scaffold.yaml

```

### Options

```
  -f, --file string      Path to write dev file
  -p, --project string   Project to use for the dev session
  -h, --help             help for scaffold
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid dev](./dev.md)	 - Run local code against Catalyst APIs
