Usage: terrahub build [options]
this command will build code used by terraform configuration (e.g. AWS Lambda, Google Functions)
--format, -o Log only the command result in one of the following formats: json, text
--include, -i List of components to include (comma separated values)
--exclude, -x List of components to exclude (comma separated values)
--include-regex, -I List of components to include (regex search)
--exclude-regex, -X List of components to exclude (regex search)
--git-diff, -g List of components to include (git diff)
--var, -r Variable(s) to be used by terraform
--var-file, -l Variable file(s) to be used by terraform
--silent, -s Runs the command silently (without any output)
--env, -e Workspace environment
--help, -h Show list of available commands