# tailpipe help


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

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

## Examples
Show help:
```bash
tailpipe help 
```
Show help for the `partition` sub-command:
```bash
tailpipe partition -h
```
Show help for the `partition list` sub-command:
```bash
tailpipe partition list -h
```
