depends.cc

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

Sign up

Get started in under a minute. Free tier, no credit card required.

1

Sign up with your email

Use the CLI:

depends signup you@example.com

Or curl:

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

Your token will be emailed to you. Save it to ~/.depends/config.yml or set DEPENDS_TOKEN.

2

Define your graph

depends init

Edit depends.yml to define your nodes and dependencies.

3

Push and go

depends push
depends status