---
title: tb materialization
meta:
    description: Manage materialized views in your Tinybird project
---

# tb materialization

Manage materialized views. 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 materialized views.
{% /table %}

## tb materialization ls

Lists materialized views.

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

## Environment support

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