# 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](/getting-started/installation.md)
2. [Quickstart](/getting-started/quickstart.md)
3. [Configuration](/getting-started/configuration.md)

## Command Reference

See the full [command reference](/commands.md) for all available commands.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ops.autos/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
