> ## 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.

# Workspace workflows

> Pull, edit, push, diff, and deploy configuration workflows from the CLI.

The workspace flow is version-aware and conflict-aware.

## Pull

`minenet pull` fetches team deployment configurations and writes `config.yml` files locally.

If both local and remote changed for the same configuration, pull returns a conflict unless `--force` is used.

## Push

`minenet push` validates local changes, updates or creates remote configurations, then pushes configuration versions.

Use `--message` to attach a push message (max `1000` chars).

## Versions and diff

* `minenet versions` lists pushed versions for selected configs.
* `minenet diff` compares two version refs (`--from`, `--to`).

## Deploy

`minenet deploy` queues apply for selected configurations using latest pushed versions.

* Default behavior polls for run outcome.
* `--detach` queues and exits.

## Status

`minenet status` shows auth state and workspace manifest state.
