tembo-cli 0.21.3

The CLI for Tembo
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[instance-1]
environment = "dev"
instance_name = "instance-1"
cpu = "1"
storage = "50Gi"
replicas = 1
stack_type = "Standard"

[instance-2]
environment = "dev"
instance_name = "instance-2"
cpu = "1"
storage = "50Gi"
replicas = 1
stack_type = "OLTP"

[[instance-2.app_services]]
restapi = { env = [{ name = "FOO", value  = "BAR" }, { name = "FOO2", value  = "BAR2" }] }