With the new Valist v2.1 contract migration, the current Valist go-cli is no longer working.
Users need a simple CLI that supports publishing, fetch by path, and installing.
Since the CLI shares much of the same core functionality as the upcoming electron client, this is a great opportunity to also implement much of the same logic in typescript.
Publish, fetch by path and install functionality
Launch options for cross-platform (dist.json / valist.yml type of solution)
With the new Valist v2.1 contract migration, the current Valist go-cli is no longer working.
Users need a simple CLI that supports publishing, fetch by path, and installing.
Since the CLI shares much of the same core functionality as the upcoming electron client, this is a great opportunity to also implement much of the same logic in typescript.