Skip to content
meepctl_build.md 1.07 KiB
Newer Older
Michel Roy's avatar
Michel Roy committed
## 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>...)
Michel Roy's avatar
Michel Roy committed

Valid targets:
  * all
  * meep-frontend
  * meep-ctrl-engine
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-webhook
Michel Roy's avatar
Michel Roy committed
  * meep-mg-manager
  * meep-mon-engine
Michel Roy's avatar
Michel Roy committed
  * meep-loc-serv
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-metrics-engine
Michel Roy's avatar
Michel Roy committed
  * meep-tc-engine
  * meep-tc-sidecar
  * meep-virt-engine

```
meepctl build <targets> [flags]
Michel Roy's avatar
Michel Roy committed
```

### Examples

```
  # Build all components
  meepctl build all
  # Build meep-ctrl-engine component only
  meepctl build meep-ctrl-engine
Michel Roy's avatar
Michel Roy committed
```

### Options

```
      --codecov   Build a code coverage binary (dev. option)
  -h, --help      help for build
Kevin Di Lallo's avatar
Kevin Di Lallo committed
      --nolint    Disable linting
Michel Roy's avatar
Michel Roy committed
```

### 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

Kevin Di Lallo's avatar
Kevin Di Lallo committed
###### Auto generated by spf13/cobra on 16-Sep-2019