From 08535bea6f8e647bd7a8ba74464122a7887686ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yJan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 26 Apr 2017 00:03:19 +0200 Subject: [PATCH] Add generate folders documentation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 85faf83..4fc1062 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,15 @@ borgocli generate authorized_keys path/to/hosts.json >> ~/.ssh/authorized_keys If you want to overwrite your existing authorized_keys file, replace >> with >. For an example of the json file, see [example.json](https://git.jcg.re/jcgruenhage/borgocli/src/master/generate/authorized_keys/example.json). +### borgocli generate folders + +This creates the folders that are used by the authorized_keys file generated with the command above. It takes the same json file as above. + +**Usage**: +``` +borgocli generate folder path/to/hosts.json +``` + + This is everything for now, but I hope to extend that later. This might get some functionality only useful to my docker images, since that is what I am writing this for.