Commit 2d390d33 authored by Simon Pastor's avatar Simon Pastor
Browse files

replay cli functionality complete

parent db9ccc0f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -23,7 +23,8 @@ Find more information [here](https://github.com/InterDigitalInc/AdvantEDGE/blob/
* [meepctl deploy](meepctl_deploy.md)	 - Deploy containers on the K8s cluster
* [meepctl dockerize](meepctl_dockerize.md)	 - Dockerize core components
* [meepctl genmd](meepctl_genmd.md)	 - Generate markdown files for meepctl
* [meepctl replay](meepctl_replay.md)	 - Use and manage auto-replay feature
* [meepctl test](meepctl_test.md)	 - Generate code coverage report
* [meepctl version](meepctl_version.md)	 - Display version information

###### Auto generated by spf13/cobra on 16-Sep-2019
###### Auto generated by spf13/cobra on 19-Feb-2020
+2 −1
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ Valid targets:
  * all
  * meep-frontend
  * meep-ctrl-engine
  * meep-swagger-ui
  * meep-webhook
  * meep-mg-manager
  * meep-mon-engine
@@ -54,4 +55,4 @@ meepctl build <targets> [flags]

* [meepctl](meepctl.md)	 - meepctl - CLI application to control the AdvantEDGE platform

###### Auto generated by spf13/cobra on 16-Sep-2019
###### Auto generated by spf13/cobra on 19-Feb-2020
+1 −2
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ meepctl config [flags]
* [meepctl](meepctl.md)	 - meepctl - CLI application to control the AdvantEDGE platform
* [meepctl config gitdir](meepctl_config_gitdir.md)	 - get/set GIT directory path in the meepctl config file
* [meepctl config ip](meepctl_config_ip.md)	 - get/get node IP address in the meepctl config file
* [meepctl config kibana](meepctl_config_kibana.md)	 - Configures Kibana (index pattern, saved objects such as dashboards, visualisations, etc.)
* [meepctl config registry](meepctl_config_registry.md)	 - get/get docker registry meepctl config file

###### Auto generated by spf13/cobra on 16-Sep-2019
###### Auto generated by spf13/cobra on 19-Feb-2020
+1 −1
Original line number Diff line number Diff line
@@ -33,4 +33,4 @@ meepctl config gitdir [GIT dir path] [flags]

* [meepctl config](meepctl_config.md)	 - manage meep environment configuration

###### Auto generated by spf13/cobra on 16-Sep-2019
###### Auto generated by spf13/cobra on 19-Feb-2020
+1 −1
Original line number Diff line number Diff line
@@ -33,4 +33,4 @@ meepctl config ip 1.2.3.4

* [meepctl config](meepctl_config.md)	 - manage meep environment configuration

###### Auto generated by spf13/cobra on 16-Sep-2019
###### Auto generated by spf13/cobra on 19-Feb-2020
Loading