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 desktop, web, Android, iOS, and other configured targets.fission runbuilds, launches, and attaches to app output where the platform supports it.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