GithubHelp home page GithubHelp logo

octokit-cookbook's Introduction

Octokit cookbook

This cookbook provides Chef resources to communicate with Github using Octokit tookit.

Resources

Currently the only resource provided by this cookbook is Github User SSH Key.

github_user_key

Example usage:

github_user_key 'key' do
  login 'login'
  password 'token'
  title 'title'
  key 'ssh-rsa ...'
  action :create_or_replace
end

Supported actions:

  • The create action uploads key to Github. It gives an error if the key is already in use with different title.
  • The create_or_replace action upload key to Github. If the key is already in use by specified user and the title is different, it removes the key and uploads with the new title.
  • The remove action searches for the key in the keys of specified user and, if found, removes it.

PRs for other resources are welcome!

octokit-cookbook's People

Contributors

grv87 avatar

Watchers

James Cloos avatar  avatar

octokit-cookbook's Issues

Supermarket Quality failed tests

Contributing File Metric

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Testing File Metric

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.