> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minenet.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI overview

> Use the Minenet CLI to authenticate, sync deployment configs, inspect versions/diffs, and queue deploy runs.

The Minenet CLI is a terminal workflow for deployment configuration management.

It uses a local daemon (`app-server`) for auth/session state and workspace operations.

## Core workflow

1. `minenet login`
2. `minenet pull`
3. Edit local YAML files
4. `minenet push`
5. `minenet versions` / `minenet diff`
6. `minenet deploy`
7. `minenet status`

## What it manages

* Device-code login and local profile state
* Workspace pull/push conflict checks
* Configuration version history and diffs
* Deployment apply queueing and run status polling

## Related pages

* [Commands and flags](/guides/cli/commands-and-flags)
* [Device login and auth](/guides/cli/device-login-and-auth)
* [Workspace workflows](/guides/cli/workspace-workflows)
* [Daemon API reference](/guides/cli/daemon-api-reference)
* [Daemon bootstrap and troubleshooting](/guides/cli/daemon-bootstrap-and-troubleshooting)
