Get Involved
tailpipe source
List, show, and delete Tailpipe sources.
Usage
tailpipe source list [args]tailpipe source show source_type [args]
Sub-Commands
Command | Description |
---|---|
list | List all sources. |
show | Show details of a source. |
tailpipe source list
List all sources.
Arguments
Flag | Description |
---|---|
--help | Show help. |
--output | Output format: json, plain, pretty (default) |
Examples
List all sources.
tailpipe source list
List all sources in JSON source.
tailpipe source list --output json
tailpipe source show
Show details for a source.
Flag | Description |
---|---|
--help | Show help. |
--output | Output format: json, plain, pretty (default) |
Examples
Show source type details.
tailpipe source show aws_s3_bucket
Show source type details in JSON.
tailpipe source show aws_s3_bucket --output json