From efe18ac641d59556af123edada0ff0acc490e3ab Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 15 Oct 2017 14:51:39 +0300 Subject: Add: some instructions for icktool --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README') 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 ----------------------------------------------------------------------------- -- cgit v1.2.1