@bisonai/orakl-cli
v0.6.2
Published
The Orakl Network CLI
Downloads
29
Readme
Orakl Network CLI
The Orakl Network CLI is a tool to configure and manage the Orakl Network. To learn more about the Orakl Network CLI, visit Orakl Network CLI documentation page.
Development
yarn install
yarn build
Test
yarn test
Lint
yarn lint
Environment Variables
The Orakl Network CLI needs to communicate with other Orakl Network services (Orakl Network API, Orakl Network Fetcher, and Orakl Network Delegator) to function properly. The services are expected to be launched before using the Orakl Network CLI. The Orakl Network CLI tries to connect to the required services with URL environment variables.
ORAKL_NETWORK_API_URL
ORAKL_NETWORK_DELEGATOR_URL
LISTENER_SERVICE_HOST
LISTENER_SERVICE_PORT
WORKER_SERVICE_HOST
WORKER_SERVICE_PORT
REPORTER_SERVICE_HOST
REPORTER_SERVICE_PORT
Publishing
The @bisonai/orakl-cli
package is published through Github Actions pipeline when the version the package specified in package.json
changes.
The package is published at NPM registry.
License
MIT