CLI 部署
NAME
uv run cortex-deploy - 将 Cortex Framework 部署到 Google Cloud项目。
SYNOPSIS
uv run cortex-deploy [-h] [--config CONFIG] [--output-dir OUTPUT_DIR]
[--enable-apis] [--create-datasets]
全局标志
| 标志 | 说明 |
|---|---|
-h, --help |
显示帮助消息并退出。 |
--config CONFIG |
全局 config.yaml 文件的路径。 |
--output-dir OUTPUT_DIR |
build 输出目录的路径。 |
--enable-apis |
无需提示即可启用必需的 Google Cloud API。 |
--create-datasets |
在没有提示的情况下创建缺失的 BigQuery 数据集。 |