aslamplr / gh-cli

🖥 Yet another unofficial GitHub CLI! Minimalistic, opinionated, and unofficial by default.
https://github.com/aslamplr/gh-cli#gh-cli
MIT License
8 stars 1 forks source link

Setup Config File #36

Closed aslamplr closed 4 years ago

aslamplr commented 4 years ago

Setup config file for the user with auth token and other configurations.

It can be a .toml or .yml file in the users $HOME/.config/gh-cli/config.{toml|yml} path for example.

Store credentials optionally and no need to pass --auth_token arg each time.

Related #26

References