cookbook 'poise-github', '= 0.1.2', :supermarket
poise-github (7) Versions 0.1.2 Follow0
manage github organizations with poise
cookbook 'poise-github', '= 0.1.2'
knife supermarket install poise-github
knife supermarket download poise-github
poise-github
Manage your GitHub organizations with Poise.
Requirements
Poise-github only works on Chef 12 and up due to it's dependency on Poise 2.x
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.2 failed this metric
FC023: Prefer conditional attributes: /tmp/cook/b9f49d9e30235ec594b5ef06/poise-github/libraries/github_team.rb:101
0.1.2 failed this metric