Skip to main content
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