paularmstrong / build-tracker

A set of tools to track the size of your build artifacts over time.
https://buildtracker.dev
MIT License
439 stars 27 forks source link

[cli] add --meta option for passing extra data into a build #156

Closed paularmstrong closed 4 years ago

paularmstrong commented 4 years ago

Problem

Build Meta can accept any arbitrary data and display it in the UI, assuming it matches the format { [key: string]: string | { url: string, value: string } }. Unfortunately, the CLI does not have any way to set this information.

Solution

Fixes #150

TODO