From c1c4f80a18fd948596e244c12bcc59222442f57a Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 20 Nov 2018 21:02:01 -0700 Subject: [PATCH] Note on oputil config cat --- docs/configuration/hjson.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration/hjson.md b/docs/configuration/hjson.md index 509c2980..f29aaddb 100644 --- a/docs/configuration/hjson.md +++ b/docs/configuration/hjson.md @@ -56,3 +56,6 @@ cp ./config/config.hjson ./config/config.hjson.backup ``` You can always convert back to HJSON by omitting `-j` in the command above. + +### oputil +You can easily dump out your current configuration in a pretty-printed style using oputil: ```./oputil.js config cat```