wasmCloud / wash

WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
https://wasmcloud.com
Apache License 2.0
148 stars 58 forks source link

feat: support specifying tags in actor config for use when signing #951

Closed vados-cosmonic closed 11 months ago

vados-cosmonic commented 11 months ago

Feature or Problem

The signing process enabled by the wasmCloud ecosystem can confer tags on to generated artifacts. This helps in adding metadata to actors and other artifacts produced by wash.

This commit adds the ability to specify tags in wasmcloud.toml to wash, so users can more easily tag generated & signed actors

Related Issues

Release Information

Consumer Impact

Testing

Built on platform(s)

Tested on platform(s)

Unit Test(s)

Acceptance or Integration

Manual Verification

connorsmith256 commented 11 months ago

@vados-cosmonic would you mind opening this against the main repo? I'm working on archiving this repo

vados-cosmonic commented 11 months ago

Will do!