Skip to content

feat(vscode): proposal for WendyOS#1238#57

Open
Joannis wants to merge 1 commit into
mainfrom
vscode-update/WendyOS-1238
Open

feat(vscode): proposal for WendyOS#1238#57
Joannis wants to merge 1 commit into
mainfrom
vscode-update/WendyOS-1238

Conversation

@Joannis

@Joannis Joannis commented Jul 9, 2026

Copy link
Copy Markdown
Member

The CLI gained a wendy fleet namespace with three commands: wendy fleet group ls|show|add|rm (device group management), wendy fleet apps [--group <g>] (per-group app inventory), and wendy fleet run --group <g> (fan-out deploy). The extension should surface these by:

  1. Adding a FleetManager model that wraps the new CLI commands (fleet group ls, fleet group show, fleet group add, fleet group rm, fleet apps, fleet run).
  2. Adding a FleetProvider tree-view sidebar provider that lists groups (from fleet group ls --json) and their member devices (from fleet group show --json), with commands to add/remove devices from groups and run fleet apps or fleet run against a group.
  3. Registering the new wendyFleet.* commands in extension.ts.
  4. Adding the new view, commands, and menus to package.json.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant