wash icon indicating copy to clipboard operation
wash copied to clipboard

WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development

Results 27 wash issues
Sort by recently updated
recently updated
newest added

**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...

bug
help wanted

**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...

enhancement
good first issue

**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...

bug
good first issue

**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...

enhancement
good first issue

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

enhancement
help wanted

`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...

help wanted

**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,...

enhancement
help wanted

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"...

bug
help wanted

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...

enhancement
help wanted

**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...

enhancement
good first issue