doc: Add README
This commit is contained in:
parent
b957621a62
commit
e16d20a2ca
1 changed files with 23 additions and 0 deletions
23
README
23
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
|
||||||
|
|
Loading…
Reference in a new issue