tailpipe partition

List, show, and delete Tailpipe partitions.

Usage

Sub-Commands

CommandDescription
listList all partitions.
showShow details of a partition.
deleteDelete a partition.

tailpipe partition list

List all partitions.

Arguments

FlagDescription
--helpShow help.
--outputOutput format: json, text (default)
--toDelete days older than than a relative or absolute date.

Examples

List all partitions in table format.

List all partitions in JSON format.

tailpipe partition show

Show details for a partition.

FlagDescription
--helpShow help.
--outputOutput format: json, text (default)

Examples

Show details in text format.

Show details in JSON format.

tailpipe partition delete

Delete a partition.

Arguments

FlagDescription
--forceForce delete without confirmation
--fromSpecify the start time
--helpHelp for delete

Examples

Delete an entire partition.

Delete days newer than a relative date.

Delete days newer than an absolute date with no confirmation.

Delete days older than a relative date.

Delete days older than an absolute date.

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.