You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using the @bucketco/cli module to generate types for our existing feature flags.
However, it currently requires manual action to run the command since it's necessary to authenticate via generating a token in a browser.
We would like to have the possibility to use a user API token (or app token, ...) that we could store safely in our configurations in order to generate those types programmatically as part of our repository setup.