mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added logs-related commands for Replicated
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Replicated
|
||||
|
||||
## TL;DR
|
||||
|
||||
```sh
|
||||
# Get Replicated's logs.
|
||||
docker logs replicated
|
||||
```
|
||||
|
||||
## Further readings
|
||||
|
||||
- [replicatedctl]
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user