summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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
-----------------------------------------------------------------------------