Crates.io | wasefire-cli |
lib.rs | wasefire-cli |
version | 0.3.0 |
created_at | 2023-03-22 13:28:45.8319+00 |
updated_at | 2025-09-11 11:51:50.863383+00 |
description | Wasefire CLI to manage applets and platforms |
homepage | |
repository | https://github.com/google/wasefire |
max_upload_size | |
id | 817116 |
size | 105,381 |
You can install the CLI from crates.io with cargo:
cargo install wasefire-cli
The first time the CLI will execute, it will first update itself with the latest version from
GitHub, as if wasefire self-update
was used.
The reason is that for wasefire host
to work, the CLI must embed a host platform, which is not
published and must be built separately.
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