cookbook 'poise-github', '= 0.1.1'
poise-github (7) Versions 0.1.1 Follow0
manage github organizations with poise
cookbook 'poise-github', '= 0.1.1', :supermarket
knife supermarket install poise-github
knife supermarket download poise-github
poise-github
Manage your GitHub organizations with Poise.
Usage
github 'github.com' do login 'ba_baracus' access_token 'ipitythefoolthatusesthistoken' end github_organization 'my-org' github_team 'a-team' do permission 'admin' privacy 'closed' members %w[ hannibal face ba_baracus murdock ] repositories %w[ my-org/sucka ] end
Working with GitHub Enterprise
github 'ghe.example.com' do api_endpoint 'https://ghe.example.com/api/v3/' login 'ba_baracus' access_token 'ipitythefoolthatusesthistoken' end
Dependent cookbooks
poise >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.1.1 failed this metric
FC023: Prefer conditional attributes: /tmp/cook/99e64dd8b83f0daa5cee1c97/poise-github/libraries/github_team.rb:101
0.1.1 failed this metric