Chainlink Deployments Framework
  
  
  
 
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.
Usage
$ go get github.com/smartcontractkit/chainlink-deployments-framework
Imports
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
)
Development
Installing Dependencies
Install the required tools using asdf:
asdf install
Linting
task lint
Testing
task test
Contributing
For instructions on how to contribute to chainlink-deployments-framework and the release process,
see CONTRIBUTING.md
Releasing
For instructions on how to release chainlink-deployments-framework,
see RELEASE.md