This repository contains the Chainlink Deployments Framework, a comprehensive set of libraries that enables developers to build, manage, and execute(in future) deployment changesets. The framework includes the Operations API and Datastore API.
# for writing changesets (migrated from chainlink/deployments
$ go get github.com/smartcontractkit/chainlink-deployments-framework/deployment
# for operations api
$ go get github.com/smartcontractkit/chainlink-deployments-framework/operations
# for datastore api
$ go get github.com/smartcontractkit/chainlink-deployments-framework/datastore
Install the required tools using asdf:
asdf install
task lint
task test
For instructions on how to contribute to chainlink-deployments-framework
and the release process,
see CONTRIBUTING.md
For instructions on how to release chainlink-deployments-framework
,
see RELEASE.md