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 doctorchecks for Rust targets, SDKs, emulators, simulators, browsers, and host tools.fission devicesdetects runnable macOS, Windows, Linux, Web, Android, iOS, Terminal, Static site, SSR, and other configured targets where the command has a host workflow.fission runbuilds, launches, and attaches to app output where the platform supports it.fission run --target webprints the renderer selected by the browser runtime, for examplewebgpu-velloor thecanvas2d-softwarefallback with its fallback reason.fission build,fission test, andfission logsshared 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
See the CLI reference at fission.rs.
License
MIT