CRE CLI tool
A command line tool for building, testing and managing Chainlink Runtime Environment (CRE) workflows.
cre [optional flags]
-e, --env string Path to .env file which contains sensitive info
-h, --help help for cre
--non-interactive Fail instead of prompting; requires all inputs via flags
-R, --project-root string Path to the project root
-E, --public-env string Path to .env.public file which contains shared, non-sensitive build config
-T, --target string Use target settings from YAML config
-v, --verbose Run command in VERBOSE mode
- cre account - Manage account and request deploy access
- cre generate-bindings - Generate bindings from contract ABI
- cre init - Initialize a new cre project (recommended starting point)
- cre login - Start authentication flow
- cre logout - Revoke authentication tokens and remove local credentials
- cre registry - Manages workflow registries
- cre secrets - Handles secrets management
- cre templates - Manages template repository sources
- cre update - Update the cre CLI to the latest version
- cre version - Print the cre version
- cre whoami - Show your current account details
- cre workflow - Manages workflows