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.
$ go get github.com/smartcontractkit/chainlink-deployments-framework
import (
"github.com/smartcontractkit/chainlink-deployments-framework/deployment" // for writing changesets (migrated from chainlink/deployments
"github.com/smartcontractkit/chainlink-deployments-framework/operations" // for operations API
"github.com/smartcontractkit/chainlink-deployments-framework/datastore" // for datastore API
)
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