Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

0.2.0 Release

Brooks Townsend edited this page Dec 14, 2020 · 3 revisions

0.2.0 Release

Features

  • up fully interactive REPL for wasmCloud development
  • ctl for interaction with a wasmCloud lattice through a control-interface
  • reg for pushing and pulling wasmCloud OCI artifacts (actors and capability providers)
  • par for creation, modification and inspection of provider archive files
  • keys for generating and managing ed25519 keys related to wasmCloud actors / providers
  • claims for generating and managing wasmCloud JWTs
  • Global JSON flag --json for JSON command output
  • Autogenerated signing keys for actors and capability providers (can be disabled with --disable-keygen flag). This simplifies the initial developer experience of managing ed25519 keys locally by storing and reusing signing keys in $HOME/.wash/keys.

Bug Fixes

Various bug fixes

Issues Closed

#5, #7, #8, #12, #17, #19, #23, #26

Work in progress

  • Global JSON output flag
  • All git dependencies should be sourced from crates.io instead. (oci-distribution, wasmcloud-host, control-interface) to allow for easy cargo install
  • Issues #22, #24, #31, and #32
Clone this wiki locally