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
Some functionality, like the GitHub functions, requires a configuration value (GITHUB_TOKEN) set via an env variable. It's a bit clumsy to specify this every time (GITHUB_TOKEN=123 askgit "SELECT ....") and would be great if there were a way to store the token (or any other config value) in a "cache" or managed config area on disk, so that a user doesn't need to specify it on every run of the command
The text was updated successfully, but these errors were encountered:
Some functionality, like the GitHub functions, requires a configuration value (
GITHUB_TOKEN
) set via an env variable. It's a bit clumsy to specify this every time (GITHUB_TOKEN=123 askgit "SELECT ...."
) and would be great if there were a way to store the token (or any other config value) in a "cache" or managed config area on disk, so that a user doesn't need to specify it on every run of the commandThe text was updated successfully, but these errors were encountered: