GovReady / Issue-Packs

Generate packs of compliance related issues for GitHub issues
MIT License
2 stars 3 forks source link

Credentials YAML file #7

Closed cmbirk closed 7 years ago

cmbirk commented 8 years ago

This should really load a credentials YAML file. That would also allow us to later add options of importing to other project management suites such as Jira or Basecamp. Something like

usage: issue-pack creds.yml pack1.yml [pack2.yml] [pack3.yml] ...

where creds.yml contains

- Github
  - username: 'user'
  - password: 'password'
  - repo: 'account/repo'
- Jira
...

obviously right now only covering Github.

cmbirk commented 8 years ago

I'm pushing this back to milestone 2

gregelin commented 8 years ago

Wouldn't be even better if credential variables were loadable as environmental variables?