Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
## meepctl build
Build core components
### Synopsis
Build core components
AdvantEDGE is composed of a collection of micro-services.
Build command genrates AdvantEDGE binaries.
Valid targets:
* all
* meep-frontend
* meep-ctrl-engine
* meep-initializer
* meep-mg-manager
* meep-mon-engine
* meep-tc-engine
* meep-tc-sidecar
* meep-virt-engine
```
meepctl build <target> [flags]
```
### Examples
```
# 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 22-Apr-2019