fission-command-run 0.4.0

Run, build, test, logs, devices, and doctor workflows for the fission command
Documentation

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 desktop, web, Android, iOS, and other configured targets.
  • 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

See the CLI reference at fission.rs.

License

MIT