Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tanawat1978/cre-cli

 
 

Repository files navigation

Chainlink Runtime Environment (CRE) - CLI Tool

If you want to write workflows, please use the public documentation: https://docs.chain.link/cre
This README is intended for CRE CLI developers (maintainers/contributors), not CRE end users.

A Go/Cobra-based command-line tool for building, testing, and managing Chainlink Runtime Environment (CRE) workflows. This repository contains the CLI source code and developer tooling.

Installation

  1. Clone the repository:

    git clone https://github.com/smartcontractkit/cre-cli.git
    cd cre-cli
  2. Make sure you have Go installed. You can check this with:

    go version

Developer Commands

Developer commands are available via the Makefile:

  • Install dependencies/tools

    make install-tools
  • Build the binary (for local testing)

    make build
  • Run linters

    make lint
  • Regenerate CLI docs (when commands/flags change)

    make gendoc

Commands

For a list of all commands and their descriptions, please refer to the docs folder.

Legal Notice

By using the CRE CLI tool, you agree to the Terms of Service (https://chain.link/terms) and Privacy Policy (https://chain.link/privacy-policy).

About

Command Line Interface for Chainlink Runtime Environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 84.3%
  • Smarty 11.0%
  • CSS 2.3%
  • Shell 1.0%
  • HTML 0.7%
  • PowerShell 0.4%
  • Other 0.3%