Crates.io | wasefire-cli |
lib.rs | wasefire-cli |
version | 0.1.1 |
source | src |
created_at | 2023-03-22 13:28:45.8319 |
updated_at | 2024-07-23 09:23:25.205984 |
description | Wasefire CLI to manage applets and platforms |
homepage | |
repository | https://github.com/google/wasefire |
max_upload_size | |
id | 817116 |
size | 39,171 |
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