fission-command-run
Run, build, test, logs, devices, and doctor workflows for the fission command.
fission-command-run implements the everyday development commands behind the public fission executable.
What it contains
fission doctor checks for Rust targets, SDKs, emulators, simulators, browsers, and host tools.
fission devices detects runnable macOS, Windows, Linux, Web, Android, iOS, Terminal, Static site, SSR, and other configured targets where the command has a host workflow.
fission run builds, launches, and attaches to app output where the platform supports it.
fission run --target web prints the renderer selected by the browser runtime, for example webgpu-vello or the canvas2d-software fallback with its fallback reason.
fission build, fission test, and fission logs shared execution helpers.
Design notes
The command should feel like one lifecycle tool, not separate platform scripts. Platform details are hidden where possible, but diagnostics stay explicit so developers can fix local setup quickly.
Documentation
License
MIT