Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@api3/airnode-deployer
Advanced tools
@api3/airnode-deployer
A CLI tool to automate Airnode deployment
You can find documentation on how to use the deployer in the deployer docs.
To build the image follow these instructions.
Instructions on how to build and use the deployer CLI from source:
terraform
binary is available
in your PATH
environment variable. Make sure the version is compatible with the
required_version
of terraform modules used.config.json
and secrets.env
are available in the config
directory. You can use the provided example
config.json
and secrets.env
templates to get started quickly, but you will need to edit these with your own API
details and secrets.# From this package (/packages/airnode-deployer)
cp config/config.example.json config/config.json
cp config/secrets.example.env config/secrets.env
# Edit both `config.json` and `secrets.env` to reflect your configuration
After you prepare the necessary deployment files, there are two options for running the CLI:
yarn cli ...
yarn build
, then make the CLI binary executable by running
chmod +x ./dist/bin/deployer.js
. Next, use the following, which assumes the default file locations:
yarn airnode-deployer deploy -c config/config.json -s config/secrets.env -r config/receipt.json
to deploy or
redeploy and use yarn airnode-deployer remove-with-receipt -r config/receipt.json
to remove Airnode.FAQs
> A CLI tool to automate Airnode deployment
The npm package @api3/airnode-deployer receives a total of 25 weekly downloads. As such, @api3/airnode-deployer popularity was classified as not popular.
We found that @api3/airnode-deployer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.