ize up infra
Manage infra deployments
Synopsis
Only deploy infrastructure.
ize up infra [flags]
Examples
# Deploy infra with flags
ize up infra --infra.terraform.version <version> --infra.terraform.aws-region <region> --infra.terraform.aws-profile <profile>
# Deploy infra with explicitly specified config file
ize --config-file /path/to/config up infra
# Deploy infra with explicitly specified config file passed via environment variable
export IZE_CONFIG_FILE=/path/to/config
ize up infra
Options
--explain bash alternative shown
-h, --help help for infra
--infra.terraform.aws-profile string set aws profile
--infra.terraform.aws-region string set aws region
--infra.terraform.version string set terraform version
--skip-gen skip generating terraform files
Options inherited from parent commands
-p, --aws-profile string (required) set AWS profile (overrides value in ize.toml and IZE_AWS_PROFILE / AWS_PROFILE if any of them are set)
-r, --aws-region string (required) set AWS region (overrides value in ize.toml and IZE_AWS_REGION / AWS_REGION if any of them are set)
-c, --config-file string set config file name
-e, --env string (required) set environment name (overrides value set in IZE_ENV / ENV if any of them are set)
-l, --log-level string set log level. Possible levels: info, debug, trace, panic, warn, error, fatal(default)
-n, --namespace string (required) set namespace (overrides value in ize.toml and IZE_NAMESPACE / NAMESPACE if any of them are set)
--plain-text-output enable plain text output
--prefer-runtime string set prefer runtime (native, docker or docker-arm64) (default "native")
--terraform-version string set terraform-version
SEE ALSO
- ize up - Bring full application up from the bottom to the top.