Skip to main content

Commands

  • minenet login: start browser-based device login.
  • minenet logout: clear local auth state.
  • minenet whoami: show current team profile.
  • minenet pull: pull deployment configurations into local workspace.
  • minenet push: sync local configs and create pushed versions.
  • minenet versions: show pushed configuration version history.
  • minenet diff: show diff between pushed versions.
  • minenet deploy: queue deployment apply from pushed versions.
  • minenet status: show auth and workspace manifest state.

Global options

FlagDescription
--workspace, -wWorkspace path (default ./<team-slug>)
--config, -cConfiguration ID or directory-name selector
--limitLimit versions returned (default 50)
--fromSource version ref for diff (for example v3)
--toTarget version ref for diff (default latest)
--message, -mPush message for push (max 1000 chars)
--forceOverride conflict protections for pull/push/deploy sync
--detachQueue deploy and exit without polling
--no-openDo not auto-open browser for login
--apiOverride API base URL
--debugShow raw IDs/UUIDs in logs
--jsonMachine-readable JSON output
--pruneDeprecated; ignored by current deployments API

Examples

minenet login
minenet pull --workspace ./my-team
minenet push --config lobby-server --message "Increase memory"
minenet versions --config lobby-server --limit 20
minenet diff --config lobby-server --from v3 --to v4
minenet deploy --config lobby-server --detach