Newer
Older
## meepctl version
Display version information
### Synopsis
Display version information
AdvantEDGE is composed of a collection of components running as micro-services/applications.
Versions command collects and displays version of core & dependency components
Valid groups:
* core: AdvantEDGE core containers
* dep: Dependency applications
* all: All containers and applications
* <none>: Displays the version of the meepctl tool
```
meepctl version <group> [flags]
```
### Examples
```
# Displays Versions of all containers
# Display versions of only AdvantEDGE core containers
Valid Targets:
* all
* core
* dep
```
### Options
```
-h, --help help for version
```
### 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