depends.cc

Lightweight dependency state tracking. Push state in, get webhooks out.

Sign up

Get started in under a minute. Powered by Ⱡ Credits.

1

Get a Legendum account key

Sign up at legendum.co.uk and create an account key in your account.

2

Install

curl -fsSL https://depends.cc/install.sh | sh
3

Sign up with your email and key

depends signup you@example.com lak_...

Or curl:

curl -s -X POST https://depends.cc/v1/signup \
  -H "Content-Type: application/json" \
  -d '{"email":"you@example.com","account_key":"lak_..."}'

Your depends.cc token will be emailed to you.

4

Define your graph

depends init

Edit depends.yml to define your nodes and dependencies.

5

Push and go

depends push
depends status