tf bash
Run bash/tofu/terraform with tf image on selected stack
Usageâ
$ dinghy tf bash [STACK] [options]
$ dinghy tf tofu [STACK] [options]
$ dinghy tf terraform [STACK] [options]
Argumentsâ
| Name | Description |
|---|---|
stack | Stack name |
Examplesâ
To execute tofu state list, run:
dinghy tf tofu -- state list
The -- is used to pass arguments to the tofu command otherwise it will be interpreted as a dinghy parameters.