## 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 * : Displays the version of the meepctl tool ``` meepctl version [flags] ``` ### Examples ``` # Displays Versions of all containers meepctl version all # Display versions of only AdvantEDGE core containers meepctl version core 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