orchard/internal/command
Kyle Fuhrmann 25d8d9d1c0 Add --no-audio support to VM spec
tart run supports --no-audio to disable host audio pass-through, but
there was no way to request it through a VM's spec - Headless, Nested,
and Suspendable all have a flag/field but audio didn't. Useful on
headless hosts with no audio hardware, where audio pass-through can
make guest CoreAudio depend on host audio services that don't exist.
2026-08-07 10:06:32 -07:00
..
context Worker: automatically scrape logical cores and memory size (#341) 2025-09-17 00:13:42 +04:00
controller Reuse exec SSH connections per VM (#440) 2026-05-11 15:56:46 -04:00
create Add --no-audio support to VM spec 2026-08-07 10:06:32 -07:00
deletecmd Always require a client for running a worker (#52) 2023-03-24 17:44:20 +04:00
dev orchard worker run: introduce "--synthetic" and "--workers" hidden flags (#390) 2026-01-28 16:50:25 +01:00
get Add --no-audio support to VM spec 2026-08-07 10:06:32 -07:00
list Worker: automatically scrape logical cores and memory size (#341) 2025-09-17 00:13:42 +04:00
localnetworkhelper Work around Sequoia's "Local Network" permission with a helper process (#302) 2025-04-10 18:01:19 +04:00
logs Add pagination support for listing VM events (#386) 2026-01-22 09:22:53 -05:00
pause spf13/cobra: don't use PersistentFlags() (#319) 2025-05-26 19:58:37 +04:00
portforward spf13/cobra: don't use PersistentFlags() (#319) 2025-05-26 19:58:37 +04:00
resume Introduce "orchard pause" and "orchard resume" commands (#73) 2023-04-07 22:59:41 +04:00
set "--scheduler-profile" option to allow different orchestration patterns (#224) 2024-11-28 20:07:46 +04:00
ssh spf13/cobra: don't use PersistentFlags() (#319) 2025-05-26 19:58:37 +04:00
vnc spf13/cobra: don't use PersistentFlags() (#319) 2025-05-26 19:58:37 +04:00
worker Instantiate new client for each spawned worker (#402) 2026-02-11 18:04:21 +01:00
root.go Work around Sequoia's "Local Network" permission with a helper process (#302) 2025-04-10 18:01:19 +04:00