wrap
$ terraflex wrap --help
Usage: terraflex wrap [OPTIONS] ARGS...
Main command that allows wrapping any command with the context of the server
running.
Its main purpose is to allow running terraform commands with the server
running.
Examples: $ terraflex wrap -- terraform init
Arguments:
ARGS... Command to run [required]
Options:
-v, --verbose Print more details about the backend
--port INTEGER Port to run the server on [default: 8600]
--help Show this message and exit.