> A package/CLI tool to interact with the Airnode contracts across chains
npm install @api3/airnode-admin@api3/airnode-admin> A package/CLI tool to interact with the Airnode contracts across chains
You can find documentation on how to use the admin CLI package in the
admin CLI docs.
To build the image follow these instructions.
There are two ways how to run the CLI from source without building a docker image:
- Run yarn cli ...
- First build the package using yarn build, then make the CLI binary executable by running
chmod +x ./dist/bin/admin.js. Finally, you can run yarn airnode-admin ....