diff --git a/knowledge base/replicated.md b/knowledge base/replicated.md index f135a24..545827c 100644 --- a/knowledge base/replicated.md +++ b/knowledge base/replicated.md @@ -1,5 +1,12 @@ # Replicated +## TL;DR + +```sh +# Get Replicated's logs. +docker logs replicated +``` + ## Further readings - [replicatedctl] diff --git a/knowledge base/replicatedctl.md b/knowledge base/replicatedctl.md index fc6b9db..f084b31 100644 --- a/knowledge base/replicatedctl.md +++ b/knowledge base/replicatedctl.md @@ -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