Skip to content
meepctl_version.md 1.02 KiB
Newer Older
Mike Roy's avatar
Mike Roy committed
## 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
Michel Roy's avatar
Michel Roy committed
  meepctl version all
Mike Roy's avatar
Mike Roy committed
  # Display versions of only AdvantEDGE core containers
Michel Roy's avatar
Michel Roy committed
  meepctl version core
Mike Roy's avatar
Mike Roy committed
```

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