Skip to content
meepctl_build.md 1.22 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

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

### Examples

```
  # Build all components
  meepctl build all
  # Build meep-platform-ctrl component only
  meepctl build meep-platform-ctrl

Valid Targets:
  * all
Simon Pastor's avatar
Simon Pastor committed
  * meep-ams
  * meep-app-enablement
  * meep-auth-svc
Michel Roy's avatar
Michel Roy committed
  * meep-gis-engine
  * meep-loc-serv
  * meep-metrics-engine
  * meep-mg-manager
  * meep-mon-engine
  * meep-platform-ctrl
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-rnis
Yann Garcia's avatar
Yann Garcia committed
  * meep-dai
  * meep-sandbox-ctrl
  * meep-tc-engine
  * meep-tc-sidecar
  * meep-virt-engine
M. Rehan Abbasi's avatar
M. Rehan Abbasi committed
  * meep-vis
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

###### Auto generated by spf13/cobra on 10-Dec-2021