Newer
Older
## meepctl build
Build core components
### Synopsis
AdvantEDGE is composed of a collection of micro-services.
Build command generates AdvantEDGE binaries.
Multiple targets can be specified (e.g. meepctl build <target1> <target2>...)
Valid targets:
* all
* meep-frontend
* meep-ctrl-engine
* meep-tc-engine
* meep-tc-sidecar
* meep-virt-engine
```
# Build all components
meepctl build all
# Build meep-ctrl-engine component only
meepctl build meep-ctrl-engine
```
### Options
```
--codecov Build a code coverage binary (dev. option)
-h, --help help for build
```
### Options inherited from parent commands
```
-t, --time Display timing information
-v, --verbose Display debug information
```
### SEE ALSO
* [meepctl](meepctl.md) - meepctl - CLI application to control the AdvantEDGE platform
###### Auto generated by spf13/cobra on 28-Feb-2020