# diagrid component get

Show component details

### Description

Get details for component in a project

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

### Examples

```

  # Get component for a project
  diagrid component get mycomponent --project my-project

```

### Options

```
  -p, --project string          Name of existing project
  -o, --output string           Output format, supported [table, yaml, json] (default "table")
  -s, --show-sensitive-values   Shows sensitive values as plain text like passwords, authkeys, etc...
      --include-activity        Include component activity in the response
  -h, --help                    help for get
```

### Options inherited from parent commands

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

### SEE ALSO

- [diagrid component](./component.md)	 - Manage components
