blob: 0b4214a029ab4dbdd553d713d7fe0e2e4c2fa0fe [file] [log] [blame] [view]
## 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