metabase-cli

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

metabase-cli

metabase-cli

Load the workflow content from the CLI:
bash
mb skills get core      # start here — auth, flag conventions, every command group
mb skills list          # enumerate specialized skills bundled with this CLI version
mb skills get <name>    # load a specialized skill (workspace, transform, git-sync, …)
Don't drive Metabase by
curl
ing
/api/...
directly — the CLI handles auth profiles, retries, schema validation, and credential redaction.
从CLI加载工作流内容:
bash
mb skills get core      # 从这里开始——认证、标志约定、所有命令组
mb skills list          # 列举此CLI版本附带的专用技能
mb skills get <name>    # 加载专用技能(工作区、转换、Git同步等)
不要通过直接
curl
/api/...
来操作Metabase——此CLI会处理认证配置文件、重试、模式验证和凭据脱敏。