🦊

barkcli + GitLab

Use barkcli with GitLab repos. Tasks live in your repo, independent of the git host.

Setup

1

Initialize barkcli in your GitLab repo

2

Commit .board directory

3

Tasks sync via git push/pull

4

Use CI/CD for automation

Features

Configuration

# .gitlab-ci.yml
barkcli-sync:
  script:
    - barkcli sync --push
  only:
    changes:
      - ".board/**"
← All IntegrationsGet Started Free →