Skip to content

feat: add vmctl bridge for vmwin#918

Open
AnrokX wants to merge 1 commit intomainfrom
feat/windows-fast-build-cache
Open

feat: add vmctl bridge for vmwin#918
AnrokX wants to merge 1 commit intomainfrom
feat/windows-fast-build-cache

Conversation

@AnrokX
Copy link
Collaborator

@AnrokX AnrokX commented Mar 18, 2026

Adds a small vmctl bridge for the Windows VM behind the vmwin SSH alias.

What changed:

  • info / status returns a VM health summary as JSON or a concise text report
  • exec runs PowerShell on the VM through -EncodedCommand so quoting stays stable
  • shell opens an interactive remote PowerShell session
  • Added npm aliases plus short docs for day-to-day use

Validation:

  • npx jest tests/unit/vmctl.test.js --runInBand
  • node scripts/vm/vmctl.js info --json
  • node scripts/vm/vmctl.js exec --command "Write-Output hello"
  • node scripts/vm/vmctl.js shell
  • npm run vm:info -- --json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant