wash
wash copied to clipboard
WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
**Describe the bug** On 5/23, Alpine Linux [release](https://www.alpinelinux.org/posts/Alpine-3.16.0-released.html) v3.16 which is now default for `alpine:latest`. The Dockerfile for wash currently builds from `rust:alpine` which is v3.15 of Alpine. This is...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I write `wash key gen cluster` or `wash ctl links query` and I get an angry...
**Describe the bug** I was attempting to inspect an actor file when I had the incorrect filename, and I got the following error: ``` wash claims inspect build/echotg_s.wasm Pulling artifacts...
**Is your feature request related to a problem? Please describe.** When you provide a `--context` flag, it expects the value to be the full path to a context file. This...
With `cross`, we should be able to release builds for linux and mac arm64 architectures similar to how we do it with https://github.com/wasmCloud/capability-providers
`wash` has grown significantly in scope over the last few years, and we have a decent list of packages in our `Cargo.toml` that warrants a sweep and audit to see...
**Is your feature request related to a problem? Please describe.** When building and signing actors, `wash` certainly improves over previous processes by autogenerating keys for actor and provider modules. However,...
If a capability provider is running on a host and you issue `wash ctl start provider ...` with the same parameters, it prints "Provider is already running on this host"...
Taken from PR #245: One thing I'm considering would be useful here, especially for the actor start/stop events, is a `count` parameter where you can wait for a specified number...
**Is your feature request related to a problem? Please describe.** wash contexts are designed to make working with different wasmCloud clusters easy by allowing you to easily swap from one...