ize
Synopsis
Welcome to IZE Docs: https://ize.sh/docs Version: development 2025-01-28T17:59:22
Opinionated tool for infrastructure and code.
This tool is designed as a simple wrapper around popular tools, so they can be easily integrated in one infra: terraform, ECS deployment, serverless, and others.
It combines infra, build and deploy workflows in one and is too simple to be considered sophisticated. So let's not do it but rather embrace the simplicity and minimalism.
Options
-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)
-h, --help help for ize
-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")
-t, --tag string set tag
--terraform-version string set terraform-version
SEE ALSO
- ize build - build apps
- ize configure - Generate global configuration file
- ize console - Connect to a container in the ECS
- ize deploy - Manage deployments
- ize down - Destroy application
- ize exec - Execute command in ECS container
- ize gen - Generate something
- ize init - Initialize project
- ize logs - Stream logs of container in the ECS
- ize nvm - Run nvm with the specified command for app
- ize push - push app's image
- ize secrets - Manage secrets
- ize start - Start ECS task
- ize status - Show debug information
- ize terraform - Run terraform
- ize tunnel - Tunnel management
- ize up - Bring full application up from the bottom to the top.
- ize validate - Validate configuration (only for test)
- ize version - Show IZE version