This repository was archived by the owner on Aug 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
0.2.0 Release
Brooks Townsend edited this page Dec 14, 2020
·
3 revisions
-
upfully interactive REPL for wasmCloud development -
ctlfor interaction with a wasmCloud lattice through a control-interface -
regfor pushing and pulling wasmCloud OCI artifacts (actors and capability providers) -
parfor creation, modification and inspection of provider archive files -
keysfor generating and managing ed25519 keys related to wasmCloud actors / providers -
claimsfor generating and managing wasmCloud JWTs - Global JSON flag
--jsonfor JSON command output - Autogenerated signing keys for actors and capability providers (can be disabled with
--disable-keygenflag). This simplifies the initial developer experience of managing ed25519 keys locally by storing and reusing signing keys in$HOME/.wash/keys.
Various bug fixes
#5, #7, #8, #12, #17, #19, #23, #26
- Global JSON output flag
- All
gitdependencies should be sourced from crates.io instead. (oci-distribution,wasmcloud-host,control-interface) to allow for easycargo install - Issues #22, #24, #31, and #32