strmprivacy / cli

This is the STRM Privacy Command Line Interface, to define and manage your privacy streams, data schemas, event contracts and much more.
https://strmprivacy.io
Apache License 2.0
6 stars 2 forks source link

fix(strm-2469): correctly handle the absence of an active_projects.json file #152

Closed ivan-p92 closed 1 year ago

ivan-p92 commented 1 year ago

The issue was a regression introduced during the ZedToken change. GetZedToken was called before the first project resolution happened. Now it defaults to an empty projects state, so that the existing initialization is called, which creates an active_projects.json file and picks the first project returned as initial active project.

strmprivacy-io commented 1 year ago

:tada: This PR is included in version 3.15.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: