tailpipe table

List and show Tailpipe tables.

Usage

Sub-Commands

CommandDescription
listList all tables.
showShow details of a table.

tailpipe table list

List all tables.

Examples

List tables.

List all tables in JSON format.

tailpipe table show

Show details for a table.

Examples

Show details in table format.

Show details in JSON format.

Global Flags

Flag Description
--config-path

Sets the search path for configuration files. This argument accepts a colon-separated list of directories. All configuration files (*.tpc) will be loaded from each path, with decreasing precedence. The default is .:$TAILPIPE_INSTALL_DIR/config (.:~/.tailpipe/config). This allows you to manage your workspaces and connections centrally in the ~/.tailpipe/config directory, but override them in the working directory / mod location if desired.

--workspace Sets the Tailpipe workspace profile. If not specified, the default workspace will be used if it exists. See workspace for details.