package
1.1.11
Repository: https://github.com/hazelops/ize.git
Documentation: pkg.go.dev

# README

IZE Simple Example

Set config path via ENV

export IZE_CONFIG_FILE=<path to your infra folder>/.infra/env/dev/ize.toml 

Commands for generate terraform files

ize gen tfenv

Commands to deploy/destroy infrastructure

ize up infra
ize down infra

Commands to deploy/destroy "goblin" project

ize up goblin
ize down goblin

Establish SSM tunnel

Note: ssh key at ~/.ssh/id_rsa should be created before establishing tunnel or use the --ssh-private-key flag

ize tunnel up
ize tunnel down

Connect to a container in the ECS

ize console goblin

Upload/Remove secrets

ize secrets push goblin --backend ssm --file goblin.json --force
ize secrets rm goblin

Show debug information

ize status

# Packages

No description provided by the author

# Variables

go:embed */*.