@getoma/cli@0.1.8
·
112 commits
to main
since this release
Patch Changes
- db536d2: Inject vault credentials for relayed sandbox ops through a local proxy in the bridge daemon.
- 5d49b35: Warn during bridge setup that local sandboxes use the machine's own git/gh credentials.
- 10f14e9: Add
oma bridge start,stop, andrestartto control the installed daemon
service without a full re-setup. They dispatch to the host's service manager
(launchd / systemd / Task Scheduler) and report daemon liveness afterward — the
missing "reconnect this machine" verbs the Console now points users to. - 86a03bb: bridge daemon: optional OpenShell sandbox backend for relayed sandbox ops (opt-in via
oma bridge setuporBRIDGE_SANDBOX_BACKEND=openshell);oma bridge statusnow reports the active backend. - 4e872c9: Add command-level tests for the
oma schedulesverbs; export the internal command registry so handlers are unit-testable with a stubbed fetch (no behavior change).