# steampipe help


# steampipe help
Display help and usage information for any command in the application.

## Usage
```bash
steampipe help [command] [flags]
```

## Examples
Show help:
```bash
steampipe help 
```
Show help for the `plugin` sub-command:
```bash
steampipe help plugin
```
Show help for the `plugin install` sub-command:
```bash
steampipe help plugin install
```
