Skip to main content
Version: Next

serve

terrabuild serve starts serveable projects from the current workspace selection.

USAGE: terrabuild serve [--help] [--workspace <path>] [--configuration <name>]
[--environment <name>] [--variable <variable>=<value>]
[--label [<labels>...]] [--type [<types>...]]
[--project [<projects>...]]

Examples

terrabuild serve
terrabuild serve --project web
terrabuild serve --environment dev

Use filters like --project, --label, or --type to narrow which projects are served.