CLI Cortex Framework 部署

NAME

uv run cortex-deploy - Deploy Cortex Framework to Google Cloud project.

SYNOPSIS

uv run cortex-deploy [-h] [--config config/config.yaml] [--output-dir dist] 
                     [--enable-apis] [--create-datasets] [--disable-telemetry]
                     [--assertions ASSERTIONS]

通用標記

標記 說明 預設
-h, --help 顯示說明訊息並結束。
--config config/config.yaml 全域 config.yaml 檔案的路徑。 config/config.yaml
--output-dir dist 建構輸出目錄的路徑。 dist
--enable-apis 啟用必要的 Google Cloud API,不必提示。
--create-datasets 在沒有提示的情況下建立缺少的 BigQuery 資料集。
--disable-telemetry 在執行期間暫時停用遙測事件記錄。詳情請參閱「Cortex Framework 遙測」。
--assertions ASSERTIONS Dataform 斷言檔案 (assertions.sqlx) 的路徑。詳情請參閱「Cortex Framework Observability」。