wasefire-cli

Crates.iowasefire-cli
lib.rswasefire-cli
version
sourcesrc
created_at2023-03-22 13:28:45.8319
updated_at2024-11-12 13:29:55.71842
descriptionWasefire CLI to manage applets and platforms
homepage
repositoryhttps://github.com/google/wasefire
max_upload_size
id817116
Cargo.toml error:TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Jean-Michel Picod (jmichelp)

documentation

README

Wasefire CLI

Installation

You can install the CLI from crates.io with cargo:

cargo install wasefire-cli

There will eventually be binary releases on Github too.

Usage

The CLI is self-descriptive:

wasefire help

Shell completion

You can generate a completion file for your shell:

wasefire completion --output=path/to/completion/dir/wasefire

If you don't know the completion directory for your shell, you may install it at the system level. For example, for bash:

sudo wasefire completion bash --output=/etc/bash_completion.d/wasefire
Commit count: 508

cargo fmt