Skip to main content

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​

NameDescription
stackStack 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.