I have this simple automation code : ```stack = au...
# general
k
I have this simple automation code :
Copy code
stack = auto.create_or_select_stack(stack_name="core-redis-relay-5" , program=common.create_relay , work_dir="buildlib/infra-python")
stack.up(on_output=print)