# diagrid app get

Show App details

### Description

Show details for an App in a project.

```
diagrid app get <app> [flags]
```

### Examples

```

  # Get details for a specific App
  diagrid app get my-app --project my-project

```

### Options

```
  -p, --project string   Name of existing project
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
  -h, --help             help for get
```

### Options inherited from parent commands

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

### SEE ALSO

- [diagrid app](./app.md)	 - Manage Apps
