Crates
/
fission-command-run
fission-command-run
v0.10.0
Run, build, test, logs, devices, and doctor workflows for the fission command
Install
cargo add fission-command-run
Copy
Platform support
Declared by the crate author and captured when this directory was generated.
Android
Not declared
iOS
Not declared
Linux
Supported
macOS
Supported
Windows
Supported
Web
Not declared
Terminal
Not declared
Static site
Not declared
Server-rendered
Not declared
Package metadata
crates.io
View package
Documentation
Not provided
Repository
Open link
License
MIT
Latest version
0.10.0
Downloads
632
Last updated
2026-08-02T15:41:47.370585Z
Categories
development-tools
command-line-utilities
development-tools::testing
Keywords
cli
cross-platform
devices
fission
testing
Published versions
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.6.3
0.6.2
0.6.1
0.5.1
0.5.0
0.4.1
Dependencies
Dependency metadata is not indexed yet.
README

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

See the CLI reference at fission.rs.

License

MIT
README

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

See the CLI reference at fission.rs.

License

MIT
Package metadata
crates.io
View package
Documentation
Not provided
Repository
Open link
License
MIT
Latest version
0.10.0
Downloads
632
Last updated
2026-08-02T15:41:47.370585Z
Categories
development-tools
command-line-utilities
development-tools::testing
Keywords
cli
cross-platform
devices
fission
testing
Published versions
0.10.0
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.6.3
0.6.2
0.6.1
0.5.1
0.5.0
0.4.1
Dependencies
Dependency metadata is not indexed yet.