---
title: tb pipe
meta:
  description: Manage your Tinybird pipes.
---

# tb pipe

Manage your pipes. Global options apply to this command. See [Global options](/forward/dev-reference/commands/global-options).

The following subcommands are available:

{% table %}
  * Subcommand
  * Description
  ---
  * ls
  * Lists all the pipes you have access to.
{% /table %}

## tb pipe ls

Lists all the pipes you have access to.

{% table %}
  * Option
  * Description
  ---
  * --match TEXT
  * Retrieves any resource matching the pattern. For example, `--match _test`.
  ---
  * --format [json]
  * Returns the results in the specified format.
{% /table %}

## Environment support

{% table %}
  * Environment
  * Supported
  * Description
  ---
  * `--local`
  * ✓ Yes (default)
  * Manages pipes locally.
  ---
  * `--cloud`
  * ✓ Yes
  * Manages pipes in Tinybird Cloud.
  ---
  * `--branch=BRANCH_NAME`
  * ✓ Yes
  * Manages pipes in a branch.
{% /table %}
