Added logs-related commands for Replicated

This commit is contained in:
Michele Cereda
2023-02-02 22:45:32 +01:00
parent 0bd9676a2e
commit da872e122e
2 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,12 @@
# Replicated
## TL;DR
```sh
# Get Replicated's logs.
docker logs replicated
```
## Further readings
- [replicatedctl]

View File

@@ -6,6 +6,13 @@
# Get the status of the whole system.
replicatedctl system status
# Show information about the loaded license.
replicatedctl license inspect
# Load a new license.
replicatedctl license-load < 'path/to/license.rli'
replicatedctl license-load --airgap-package 'path/to/package' < 'path/to/license.rli'
# Get the detailed status of the application.
replicatedctl app status