Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md (IZE-522) #456

Merged
merged 2 commits into from
Sep 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 18 additions & 8 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ export IZE_CONFIG_FILE=<path to your infra folder>/.infra/env/dev/ize.toml
```

### Commands for generate terraform files
__Note:__ Use the `--terraform-state-bucket-name` flag for overwriting default value (<NAMESPACE>-tf-state)

```shell
ize env terraform
ize gen tfenv
```

### Commands to deploy/destroy infrastructure

```shell
ize deploy infra
ize destroy infra
ize up infra
ize down infra
```

### Commands to deploy/destroy "goblin" project
```shell
ize deploy goblin
ize destroy goblin
ize up goblin
ize down goblin
```

### Establish SSM tunnel
Expand All @@ -31,8 +31,18 @@ ize tunnel up
ize tunnel down
```

### Connect to a container in the ECS
```shell
ize console goblin
```

### Upload/Remove secrets
```shell
ize secret set --file .infra/env/testnut/secrets/example-service.json --type ssm
ize secret remove --type ssm --path /testnut/example-service
ize secrets push goblin --backend ssm --file goblin.json --force
ize secrets rm goblin
```

### Show debug information
```shell
ize status
```