Preset公式の`sup`コマンドラインツール(PyPiパッケージ名:`superset-sup`)を、シェルスクリプト、自動化スクリプト、CI/CD(継続的インテグレーション・デリバリー、開発から本番までの自動化パイプライン)、およびエージェント駆動(自動判断で動作するシステム)のワークフローで活用します。 **使用範囲:** CLIワークフロー専用です。MCP単独での作業や、直接HTTP/SDK(ソフトウェア開発キット)のコード実装には使用しないでください。
Drive Preset's `sup` CLI (PyPI package `superset-sup`) for shell, scripting, CI/CD, and agent-driven Preset workflows. Use only for CLI workflows; Do not use for MCP-only work or for direct HTTP/SDK code paths.
sup CLIを通じて、シェルスクリプト、CI/CD(継続的統合・デプロイ)、およびエージェント駆動型のワークフローの基盤として機能します。
--json をデフォルトとしてください。SUP_PRESET_API_TOKEN / SUP_PRESET_API_SECRET をコマンドラインや共有出力に含めず、環境変数か sup config auth を使用してください。秘密情報をコマンドラインに貼り付けないでください。--force オプション)は preset-cli-mutations にルーティングしてください。sup sql、sup chart data)は、既知のワークスペースで直接実行し、出力を制限してください。sup sql の場合、この直接実行は 1 つの SELECT ステートメントのみに限定されます。変更操作、1 つの SELECT ステートメント以外の SQL、信頼できない出所の SQL、未確認のワークスペース、または大量出力を伴う場合は安全性ポリシーを先に確認してください。--json、ファイル出力には --csv、人間向けにはデフォルトの Rich 表示、シェルパイプラインには --porcelain を使用してください。preset-cli-mutations を読み込んでください。ユーザーが既知のワークスペースに貼り付けた SQL であっても、SELECT 以外の SQL は安全性ポリシーによって確認段階を通す必要があります。--workspace-id オーバーライド:references/workspace-and-config.mdUse as the foundation for shell, scripting, CI/CD, and agent-driven Preset workflows through the sup CLI.
--json for automation and agent consumption.SUP_PRESET_API_TOKEN / SUP_PRESET_API_SECRET out of command lines and shared output; use env vars or sup config auth, never paste secrets on the command line.--force to preset-cli-mutations.sup sql, sup chart data) on familiar workspaces directly with bounded output; for sup sql, this direct path requires a pure single-statement SELECT. Load safety policy before mutations, SQL that is not a pure single-statement SELECT, untrusted-source SQL, unfamiliar workspaces, or broad outputs.--json for automation, --csv for files, default Rich for humans, --porcelain for shell pipelines.preset-cli-mutations rather than continuing on this card. Non-SELECT SQL is confirmation-gated by the safety policy even when it is pasted by the user for a familiar workspace.--workspace-id override: references/workspace-and-config.md原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。