From a4e42504abd9d8d3ba4f7a2d85b7faa4b71d254a Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 29 Jan 2023 17:10:01 +0100 Subject: [PATCH] Added example to the TL;DR section --- knowledge base/replicatedctl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/knowledge base/replicatedctl.md b/knowledge base/replicatedctl.md index a96f204..fc6b9db 100644 --- a/knowledge base/replicatedctl.md +++ b/knowledge base/replicatedctl.md @@ -21,6 +21,7 @@ replicatedctl app inspect # Export the application's settings. replicatedctl app-config export replicatedctl app-config export > 'settings.json' +replicatedctl app-config export --template '{{ .enc_password.Value }}' # Apply changes to the application's settings. replicatedctl app apply-config