@vzn/vx-cloud
v0.0.16
Published
The vx-cloud orchestrator service (serve, agents, distribution) + the cloud() plugin.
Downloads
469
Maintainers
Readme
@vzn/vx-cloud
The vx orchestrator service (vx-cloud serve / agent / connect) and the first-party cloud() plugin.
npm i -g @vzn/vx-cloud # the vx-cloud CLI — a standalone binary, no Bun neededOr just the plugin, in your vx.workspace.ts:
import { defineWorkspace } from '@vzn/vx'
import { cloud } from '@vzn/vx-cloud/plugin'
export default defineWorkspace({ plugins: [cloud()] })Like @vzn/vx, the vx-cloud CLI ships as a prebuilt standalone binary per
platform (with the dashboard embedded) — no Bun required to run it. The
cloud() plugin is TypeScript source, evaluated inside the vx runtime. See the
docs for self-hosting + distributed CI.
