logs
terrabuild logs loads logs for selected targets without running a new build.
USAGE: terrabuild logs [--help] [--workspace <path>] [--configuration <name>]
[--environment <name>] [--variable <variable>=<value>]
[--label [<labels>...]] [--type [<types>...]]
[--project [<projects>...]] [--local-only] <target>...
Examples
terrabuild logs build
terrabuild logs build --project api
terrabuild logs build --environment dev --local-only
Use this command when you want to inspect the cached result for a target instead of executing terrabuild run.