wasefire-cli

Crates.iowasefire-cli
lib.rswasefire-cli
version0.1.1
sourcesrc
created_at2023-03-22 13:28:45.8319
updated_at2024-07-23 09:23:25.205984
descriptionWasefire CLI to manage applets and platforms
homepage
repositoryhttps://github.com/google/wasefire
max_upload_size
id817116
size39,171
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: 196

cargo fmt