Crates.io | wasefire-cli |
lib.rs | wasefire-cli |
version | |
source | src |
created_at | 2023-03-22 13:28:45.8319 |
updated_at | 2024-11-12 13:29:55.71842 |
description | Wasefire CLI to manage applets and platforms |
homepage | |
repository | https://github.com/google/wasefire |
max_upload_size | |
id | 817116 |
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` |
size | 0 |
You can install the CLI from crates.io with cargo:
cargo install wasefire-cli
There will eventually be binary releases on Github too.
The CLI is self-descriptive:
wasefire help
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