wash-cli 0.39.0

wasmCloud Shell (wash) CLI tool
Documentation
1
2
3
4
5
6
7
//! Commands that are exposed by `wash`

pub mod config;
pub mod dev;
pub mod link;
pub mod up;
pub mod wit;