| ## aspect build |
| |
| Builds the specified targets, using the options. |
| |
| ### Synopsis |
| |
| Invokes bazel build on the specified targets. See 'bazel help target-syntax' for details and examples on how to specify targets to build. |
| |
| ``` |
| aspect build [flags] |
| ``` |
| |
| ### Options |
| |
| ``` |
| -h, --help help for build |
| ``` |
| |
| ### Options inherited from parent commands |
| |
| ``` |
| --config string config file (default is $HOME/.aspect.yaml) |
| --interactive Interactive mode (e.g. prompts for user input) |
| ``` |
| |
| ### SEE ALSO |
| |
| * [aspect](aspect.md) - Aspect.build bazel wrapper |
| |