conflux-workspace
v0.1.6
Published
Manage and launch the CFX DevKit workspace container with per-workspace persistence profiles
Maintainers
Readme
conflux-workspace
CLI for launching and managing the CFX DevKit workspace container.
Usage
Run without installing:
npx conflux-workspace startCreate a project from the built-in scaffold:
npx conflux-workspace create ./my-projectLaunch an existing project folder:
npx conflux-workspace start ./my-projectInspect or stop a workspace:
npx conflux-workspace status
npx conflux-workspace stop ./my-projectImage resolution
The CLI selects the workspace image in this order:
--image--local-image- Local image
cfxdevkit/devkit-workspace-web:latestwhen present - Published image
ghcr.io/cfxdevkit/devkit-workspace-web:<version>
Requirements
- Node.js 22+
- Docker or Podman
For full project documentation, see the repository root README.
