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>...)
# Build all components
meepctl build all
# Build meep-platform-ctrl component only
meepctl build meep-platform-ctrl
Valid Targets:
* all
* meep-frontend
* meep-loc-serv
* meep-metrics-engine
* meep-mg-manager
* meep-mon-engine
* meep-platform-ctrl
* meep-sandbox-ctrl
* meep-swagger-ui
* meep-tc-engine
* meep-tc-sidecar
* meep-virt-engine
* meep-webhook
```
### 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 17-Apr-2020