Skip to main content

Getting Started

Welcome to the Airon CLI documentation. The Airon CLI is a powerful command-line tool for managing your Airon infrastructure.

Installation

npm install -g @airon/cli

Using curl

curl -sSL https://get.airon.ai | bash

Authentication

Before using the CLI, you need to authenticate:
airon auth login
This will open your browser and prompt you to log in to your Airon account.

Basic Usage

List your organizations

airon organizations list

Create a new machine

airon machines create --type gpu --architecture x86

Check machine status

airon machines list

Configuration

The CLI stores configuration in ~/.airon/config.yaml. You can edit this file directly or use the CLI configuration commands.