tinybird-cli-guidelines
작성자: tinybirdco
Tinybird CLI 명령어, 워크플로우 및 작업. tb 명령어 실행, 로컬 개발 관리, 배포 또는 데이터 작업 시 사용합니다.
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-cli-guidelinesTinybird CLI Guidelines
Guidance for using the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management.
When to Apply
- Running any
tbcommand - 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.mdrules/cli-commands.mdrules/build-deploy.mdrules/local-development.mdrules/branch-development.mdrules/ci-cd.mdrules/data-operations.mdrules/append-data.mdrules/mock-data.mdrules/tokens.mdrules/secrets.md
Quick Reference
- CLI 4.0 workflow: configure
dev_modeonce, then use plaintb buildandtb deploy. tb buildtargets your configured development environment (branchorlocal) in tinybird.config.json.tb deploytargets Tinybird Cloud production.- Use
--cloud/--local/--branchonly as explicit manual overrides. - Use
tb infoto check CLI context. - Use
tb endpoint data <pipe>to test endpoints (nottb pipe data). - Never invent commands or flags; run
tb <command> --helpto verify.
tinybirdco의 다른 스킬
tinybird
tinybirdco
Tinybird 구성 규칙, SQL 패턴, 데이터소스, 파이프, 엔드포인트 및 구체화된 뷰에 대한 최적화 가이드. 프로젝트 구조, 데이터소스 및 파이프 설계, 엔드포인트 스키마, 구체화된 뷰, 복사 파이프, 연결, SQL 모범 사례, 중복 제거 패턴을 포함한 13가지 규칙 범주를 다룹니다. 로컬 파일을 진실 공급원으로, MergeTree를 기본 테이블 엔진으로, 엄격한 매개변수 처리를 통한 SELECT 전용 SQL을 강조합니다. 필터...에 대한 최적화 전략을 제공합니다.
official
tinybird-python-sdk-guidelines
tinybirdco
Tinybird Python SDK로 데이터소스, 파이프, 쿼리를 Python에서 정의합니다. tinybird-sdk, Python Tinybird 프로젝트, 또는 데이터 수집 및… 작업 시 사용하세요.
official
tinybird-typescript-sdk-guidelines
tinybirdco
Tinybird TypeScript SDK로 데이터소스, 파이프, 쿼리를 완전한 타입 추론과 함께 정의할 수 있습니다. @tinybirdco/sdk, TypeScript Tinybird… 작업 시 사용하세요.
official