summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-15 14:51:39 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-15 14:51:39 +0300
commitefe18ac641d59556af123edada0ff0acc490e3ab (patch)
tree86d583ef046dda4c286a0b7cf8abc69d41b8e9f5 /README
parentf723ea50fc6a66187c43a40935bebd94b8013c78 (diff)
downloadick2-efe18ac641d59556af123edada0ff0acc490e3ab.tar.gz
Add: some instructions for icktool
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index 0625e65..1f9ab4d 100644
--- a/README
+++ b/README
@@ -66,6 +66,23 @@ To actually run builds, you need to run `worker-manager`:
The substitute the correct URL for the controller.
+The icktool utility
+-----------------------------------------------------------------------------
+
+The `icktool` utility can generate a token. To configure: create
+`~/.config/icktool/icktool.yaml` with the following content:
+
+ config:
+ controller: https://ick-controller
+ token-private-key-cmd: pass show ick-controller/token_key
+
+Alternatively, you can use the command line options with the same
+names. To generate a token:
+
+ icktool token
+
+Icktool will gain more functionality in the future.
+
Using the .deb package
-----------------------------------------------------------------------------