# OPS CLI

OPS is a command-line tool for managing cloud deployments. It handles server initialization, app deployment via Docker Compose, SSH access, multi-region node groups, and more.

## Quick Install

```bash
curl -fsSL https://get.ops.autos | sh
```

## What OPS Does

* **Register servers as nodes** with automatic DNS (`<id>.node.ops.autos`)
* **Deploy apps** using `ops.toml` configuration and Docker Compose
* **SSH into servers** without managing keys manually
* **Multi-region deployments** with load balancing (round-robin, geo, weighted, failover)
* **Environment variable management** across servers
* **Monitoring daemon** with container metrics and log streaming

## Getting Started

1. [Installation](https://docs.ops.autos/getting-started/installation)
2. [Quickstart](https://docs.ops.autos/getting-started/quickstart)
3. [Configuration](https://docs.ops.autos/getting-started/configuration)

## Command Reference

See the full [command reference](https://docs.ops.autos/commands) for all available commands.
