wash
wash copied to clipboard
WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
This PR adds a configuration parsing functionality to `wash-lib` which can parse `wasmcloud.toml` files according to the spec laid out in https://github.com/wasmCloud/wash/issues/282. It also introduces a `wash build` command which...
This PR also changes the version to `0.12.0` in preparation for release.
**Describe the bug** Docker image push is failing in CI. **To Reproduce** Steps to reproduce the behavior: 1. Merge PR into main. 2. Push fails. **Expected behavior** Push to succeed....
Signed-off-by: stevelr
**Is your feature request related to a problem? Please describe.** With #297 solving the main use case of our current `Makefile` & `actor.mk` (building and signing actors), we can now...
## Is your feature request related to a problem? Please describe. Currently the wasmCloud development process uses Makefiles to compile and sign actors. This is split into a "compiler" makefile...
**Describe the bug** The biggest issue is that once wasmCloud_core repo is configured on my system, it doesn't seem to contain the `wash` package. I'm not a yum expert, so...
**Is your feature request related to a problem? Please describe.** The easiest way to compile and sign actors today is to use the included Makefile and run `make`. This is...
Mostly title, most new initializations of git repositories use `main` instead of `master` for their primary branch
After https://github.com/krustlet/oci-distribution/pull/37 is merged, the custom code that we're using to split OCI artifact layers up into increments of 4MB will no longer be necessary. We can simply push a...