Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

poise-github (7) Versions 0.1.3

manage github organizations with poise

Policyfile
Berkshelf
Knife
cookbook 'poise-github', '= 0.1.3', :supermarket
cookbook 'poise-github', '= 0.1.3'
knife supermarket install poise-github
knife supermarket download poise-github
README
Dependencies
Quality 0%

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.3 failed this metric

FC023: Prefer conditional attributes: /tmp/cook/61a6fbadb54e536d8b4775a7/poise-github/libraries/github_team.rb:101