Go to file
Glenn Y. Rolland 27d11e266e feat: Organize subcommands 2023-01-12 01:06:36 +01:00
src/autoboard feat: Organize subcommands 2023-01-12 01:06:36 +01:00
.gitignore chore: Add gitignore 2023-01-12 01:05:53 +01:00
LICENSE Initial import 2023-01-12 00:17:10 +01:00
Makefile Initial import 2023-01-12 00:17:10 +01:00
README doc: Add README 2023-01-12 00:30:06 +01:00
shard.lock Initial import 2023-01-12 00:17:10 +01:00
shard.yml Initial import 2023-01-12 00:17:10 +01:00

README

# 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