Interact with Concourse API from a node application.
I do not work for Concourse.
This library doesn't provide the full coverage of Concourse API. I've only built as much as necessary for my current needs.
Hopefully I'll get some time in the future to cover more endpoints.
The full list of endpoints available can be found here.
Feel free to raise any PRs adding extra coverage.
The real need behind this project, is ability to use Concourse as an engine for running CI/CD for PaaS tenants, without exposing them to Concourse interface.
Think: GitHub Actions, DigitalOcean App Deployments, Heroku Deployments.
Majority of the tests are written as integration tests, and there is very little unit tests as it stands.
You can test locally, by running the Concourse in docker-compose setup,
or setting CONCOURSE_API
, CONCOURSE_PASSWORD
, CONCOURSE_USERNAME
environment variables.
To run all the tests integration
and unit
, run:
npm run test