CLI Cortex Framework deploy
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]
Global flags
| Flag | Description | Default |
|---|---|---|
-h, --help |
Show help message and exit. | |
--config config/config.yaml |
Path to the global config.yaml file. |
config/config.yaml |
--output-dir dist |
Path to the build output directory. | dist |
--enable-apis |
Enable required Google Cloud APIs without prompting. | |
--create-datasets |
Create missing BigQuery datasets without prompting. | |
--disable-telemetry |
Temporarily disable telemetry event logging during execution. For more information, see Cortex Framework Telemetry. | |
--assertions ASSERTIONS |
Path to a Dataform assertions file (assertions.sqlx). For more information, see Cortex Framework Observability. |