Crates
/
fission-command-package
fission-command-package
v0.10.0
Packaging, readiness, static hosting, and distribution workflows for the fission command
Install
cargo add fission-command-package
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
521
Last updated
2026-08-02T15:57:15.447015Z
Categories
command-line-utilities
development-tools
Keywords
cross-platform
distribution
fission
packaging
release
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-package

Packaging, readiness, and distribution workflows for the fission command.
fission-command-package implements the package and distribution parts of the developer lifecycle. It is composed into the single installed fission executable by the cargo-fission crate.

What it contains

fission readiness package checks for project metadata, platform support files, signing inputs, and target prerequisites.
fission package artifact generation for supported platform/package combinations such as static sites, Linux .run, macOS app/pkg outputs, Windows/MSIX flows, Android packages, and iOS archive handoff paths.
fission release-content validation for release metadata, screenshots, changelogs, store text, and localized release assets.
fission distribute provider integrations for static hosting, GitHub Releases, S3-compatible storage, and store/provider handoff flows.

Design notes

Fission uses platform-provider tools where the platform requires them. This crate orchestrates those tools, validates inputs, records generated artifacts, and keeps credentials out of project files by reading secrets only from environment variables, CI secret injection, or provider-owned tooling.

Documentation

License

MIT
README

fission-command-package

Packaging, readiness, and distribution workflows for the fission command.
fission-command-package implements the package and distribution parts of the developer lifecycle. It is composed into the single installed fission executable by the cargo-fission crate.

What it contains

fission readiness package checks for project metadata, platform support files, signing inputs, and target prerequisites.
fission package artifact generation for supported platform/package combinations such as static sites, Linux .run, macOS app/pkg outputs, Windows/MSIX flows, Android packages, and iOS archive handoff paths.
fission release-content validation for release metadata, screenshots, changelogs, store text, and localized release assets.
fission distribute provider integrations for static hosting, GitHub Releases, S3-compatible storage, and store/provider handoff flows.

Design notes

Fission uses platform-provider tools where the platform requires them. This crate orchestrates those tools, validates inputs, records generated artifacts, and keeps credentials out of project files by reading secrets only from environment variables, CI secret injection, or provider-owned tooling.

Documentation

License

MIT
Package metadata
crates.io
View package
Documentation
Not provided
Repository
Open link
License
MIT
Latest version
0.10.0
Downloads
521
Last updated
2026-08-02T15:57:15.447015Z
Categories
command-line-utilities
development-tools
Keywords
cross-platform
distribution
fission
packaging
release
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.