Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add way to store credentials/config locally, rather than using env vars every time #158

Open
patrickdevivo opened this issue Aug 13, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@patrickdevivo
Copy link
Contributor

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

@patrickdevivo patrickdevivo added the enhancement New feature or request label Aug 13, 2021
@patrickdevivo patrickdevivo self-assigned this Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant