From e16d20a2cae6b85e47d2a86f993ac71a51feaa60 Mon Sep 17 00:00:00 2001 From: Glenn Date: Thu, 12 Jan 2023 00:30:06 +0100 Subject: [PATCH] doc: Add README --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README b/README index e69de29..cc9ed71 100644 --- a/README +++ b/README @@ -0,0 +1,23 @@ +# Autoboard + +A tool to create gitlab boards and populate them with default lists. + +## Usage + + autoboard workspace new + autoboard workspace inspect + autoboard workspace list + + autoboard host create --type gitlab + + autoboard template create TEMPLATE_ID + autoboard template addlist TEMPLATE_ID --list LIST_ID --label LABEL_ID + autoboard template addlist TEMPLATE_ID --list LIST_ID --open + autoboard template addlist TEMPLATE_ID --list LIST_ID --closed + autoboard template rmlist TEMPLATE_ID --list LIST_ID + autoboard template inspect TEMPLATE_ID + autoboard template destroy TEMPLATE_ID + autoboard template list + + autoboard board list --project +