tailpipe partition
List, show, and delete Tailpipe partitions.
Usage
Sub-Commands
Command | Description |
---|---|
list | List all partitions. |
show | Show details of a partition. |
delete | Delete a partition. |
tailpipe partition list
List all partitions.
Arguments
Flag | Description |
---|---|
--help | Show help. |
--output | Output format: json, text (default) |
--to | Delete 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.
Flag | Description |
---|---|
--help | Show help. |
--output | Output format: json, text (default) |
Examples
Show details in text format.
Show details in JSON format.
tailpipe partition delete
Delete a partition.
Arguments
Flag | Description |
---|---|
--force | Force delete without confirmation |
--from | Specify the start time |
--help | Help 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. |