Skip to content
meepctl_lint.md 1.43 KiB
Newer Older
Kevin Di Lallo's avatar
Kevin Di Lallo committed
## meepctl lint

Lint core components & packages

### Synopsis

AdvantEDGE is composed of a collection of micro-services.

Lint command verifies code format & syntax.
Multiple targets can be specified (e.g. meepctl lint <target1> <target2>...)

```
meepctl lint <targets> [flags]
```

### Examples

```
  # Lint all components
  meepctl lint all
  # Lint meep-platform-ctrl component only
  meepctl lint meep-platform-ctrl

Valid Targets:
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * all
Simon Pastor's avatar
Simon Pastor committed
  * meep-ams
  * meep-app-enablement
  * meep-auth-svc
Michel Roy's avatar
Michel Roy committed
  * meep-data-key-mgr
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-frontend
  * meep-gis-asset-mgr
  * meep-gis-cache
Michel Roy's avatar
Michel Roy committed
  * meep-gis-engine
  * meep-http-logger
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-loc-serv
  * meep-logger
  * meep-metrics
  * meep-metrics-engine
  * meep-mg-manager
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-mg-manager-model
  * meep-model
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-mq
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-net-char-mgr
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-redis
  * meep-replay-manager
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-rnis
Michel Roy's avatar
Michel Roy committed
  * meep-sandbox-store
  * meep-tc-engine
  * meep-tc-sidecar
Kevin Di Lallo's avatar
Kevin Di Lallo committed
  * meep-watchdog
Kevin Di Lallo's avatar
Kevin Di Lallo committed
```

### Options

```
  -h, --help   help for lint
```

### 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 29-Sep-2021