Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
## 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
meep version all
# Display versions of only AdvantEDGE core containers
meep version core
```
### 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 1-Apr-2019