tailpipe source

List, show, and delete Tailpipe sources.

Usage

tailpipe source list [args]
tailpipe source show source_type [args]

Sub-Commands

CommandDescription
listList all sources.
showShow details of a source.

tailpipe source list

List all sources.

Arguments

FlagDescription
--helpShow help.
--outputOutput 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.

FlagDescription
--helpShow help.
--outputOutput 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