This repo contains the source code for the Build a custom CLI guide in the Airbotics documentation.
- Node.js installed.
- An Airbotics account with:
- At least 1 robot created.
- At least 1 API key created.
- Set the
AIR_API_KEY
with a valid API key.
npm i
npm run build
npm link
export API_KEY="<your_api_key>"
acme [COMMAND]
# Print a list of robots with:
acme robots list
# Configure logs for a robot with:
acme robots config-logs --enabled=true --robot_id=dev_bot_1
# Print a list of airbotics commands:
acme commands list
npm unlink -g