## 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 ...) ``` meepctl lint [flags] ``` ### Examples ``` # Lint all components meepctl lint all # Lint meep-platform-ctrl component only meepctl lint meep-platform-ctrl Valid Targets: * all * meep-couch * meep-data-key-mgr * meep-data-model * meep-frontend * meep-gis-engine * meep-http-logger * meep-loc-serv * meep-logger * meep-metric-store * meep-metrics-engine * meep-mg-manager * meep-mg-manager-model * meep-model * meep-mon-engine * meep-mq * meep-net-char-mgr * meep-platform-ctrl * meep-postgis * meep-redis * meep-replay-manager * meep-rnis * meep-sandbox-ctrl * meep-sandbox-store * meep-tc-engine * meep-tc-sidecar * meep-virt-engine * meep-watchdog * meep-webhook ``` ### 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-Jun-2020