Update README.md

This commit is contained in:
Mehdi Osman 2021-05-25 19:45:07 +02:00 committed by GitHub
parent af96e5bc26
commit 88005ec0d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,12 @@ We hope your cluster has provision to create a [service type](https://kubernetes
cd helm && bash kube-install.sh
```
### Management of OpenReplay apps
### OpenReplay CLI
- **openreplay-cli:**
The CLI is helpful for managing basic aspects of your OpenReplay instance, things such as restarting or reinstalling a service, accessing a component's logs or simply checking the status of your backend services. Below the list of covered operations:
This script will help to manage OpenReplay applications. Basic operations covered are:
- status: status of the applications
- logs: logs of a specific application
- status: status of the running services
- logs: logs of a specific service
- stop: stop one or all services
- start: start one or all services
- restart: restart one or all services