1
2
3
4
5
6
7
8
# Check BFF health
curl http://localhost:8000/health
# Check auth provider status
curl http://localhost:8000/auth/status
# Restart BFF
just restart workbench-bff
1
2
3
# Revert last deployment
git revert <commit>
just deploy workbench-bff