Skip to main content

tinybird-cli-guidelines

Tinybird CLI commands, workflows, and operations. Use when running tb commands, managing local development, deploying, or working with data operations.

インストールへ移動

ソース情報

リポジトリ
tinybirdco/tinybird-agent-skills
ソースの最終更新活動
2026年5月12日 08:33
検出された SKILL.md の言語
英語
スター
20
フォーク
2

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
12 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
tinybird-cli-guidelines
description
Tinybird CLI commands, workflows, and operations. Use when running tb commands, managing local development, deploying, or working with data operations.
# Tinybird CLI Guidelines Guidance for using the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management. ## When to Apply - Running any `tb` command - Choosing a development workflow (local, branch, or cloud) - Local development with Tinybird Local - Branch development with Tinybird Cloud branches - Building and deploying projects - Setting up CI/CD pipelines - Appending, replacing, or deleting data - Managing tokens and secrets via CLI - Generating mock data - Running tests ## Rule Files - `rules/development-workflows.md` - `rules/cli-commands.md` - `rules/build-deploy.md` - `rules/local-development.md` - `rules/branch-development.md` - `rules/ci-cd.md` - `rules/data-operations.md` - `rules/append-data.md` - `rules/mock-data.md` - `rules/tokens.md` - `rules/secrets.md` ## Quick Reference - CLI 4.0 workflow: configure `dev_mode` once, then use plain `tb build` and `tb deploy`. - `tb build` targets your configured development environment (`branch` or `local`) in tinybird.config.json. - `tb deploy` targets Tinybird Cloud production. - Use `--cloud`/`--local`/`--branch` only as explicit manual overrides. - Use `tb info` to check CLI context. - Use `tb endpoint data <pipe>` to test endpoints (not `tb pipe data`). - Never invent commands or flags; run `tb <command> --help` to verify.
GitHubで見る