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 versionslists pushed versions for selected configs.minenet diffcompares two version refs (--from,--to).
Deploy
minenet deploy queues apply for selected configurations using latest pushed versions.
- Default behavior polls for run outcome.
--detachqueues and exits.
Status
minenet status shows auth state and workspace manifest state.