Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjasghar/hubot-chef
A hubot chef/knife wrapper script
https://github.com/jjasghar/hubot-chef
Last synced: 26 days ago
JSON representation
A hubot chef/knife wrapper script
- Host: GitHub
- URL: https://github.com/jjasghar/hubot-chef
- Owner: jjasghar
- License: mit
- Created: 2014-02-19T22:09:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-13T17:04:53.000Z (over 10 years ago)
- Last Synced: 2023-03-22T23:17:13.570Z (over 1 year ago)
- Language: CoffeeScript
- Size: 184 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This has been moved to https://github.com/hubot-scripts/hubot-chef
# Hubot: hubot-chef
[![Build Status](https://travis-ci.org/jjasghar/hubot-chef.png?branch=master)](https://travis-ci.org/jjasghar/hubot-chef)
A chef/knife wrapper script for hubot. You like [chatops](http://www.youtube.com/watch?v=NST3u-GjjFw) right?
See [`src/chef.coffee`](src/chef.coffee) for full documentation.
## Installation
Add **hubot-chef** to your `package.json` file:
```json
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-chef": ">= 0.0.0"
}
```Add **hubot-chef** to your `external-scripts.json`:
```json
["hubot-chef"]
```Run `npm install hubot-chef`
I have a [TODO.md](TODO.md) for the plans I want in it. If you want to do it you are more than welcome!
## Sample Interaction
```
user1> hubot knife node status
hubot> Getting statuses of all nodes...
hubot> 4 hours ago, apt, apt, 10.177.135.91, ubuntu 12.04.```