| CARVIEW |
trotter / spatula
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Download and install chef cookbooks — Read more
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Nov 07 10:23:52 -0800 2009 | Whoops, didn't mean to check in pkg [trotter] |
| |
LICENSE | Sat Nov 07 09:28:51 -0800 2009 | First! [trotter] |
| |
README.textile | Sat Nov 07 10:14:55 -0800 2009 | Gem it up [trotter] |
| |
Rakefile | Sat Nov 07 10:14:55 -0800 2009 | Gem it up [trotter] |
| |
bin/ | Thu Jan 21 16:55:57 -0800 2010 | Added prepare command [trotter] |
| |
lib/ | Thu Jan 21 16:55:57 -0800 2010 | Added prepare command [trotter] |
| |
spatula.gemspec | Sat Nov 07 10:14:55 -0800 2009 | Gem it up [trotter] |
Spatula
Spatula is a command line helper app for use with Chef. It currently lets you search and install cookbooks from https://cookbooks.opscode.com. It does not yet implement the full API, but that will be coming in future versions (as I need it). If you need it to support the full API right now, please make it do so and send me a pull request :-)
Spatula is really, really alpha. It does not handle errors at all, but it works pretty well given that you hand it the correct input. Please give it a try and pretty please fork it and make it better.
Installation
You can get spatula from gemcutter.
# Gemcutter: # Follow the instructions on https://gemcutter.org/ then... gem install spatula
Usage
Spatula currently supports 3 commands: search, show, and install.
$ spatula search apache2 apache2 Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions ... more output ... $ spatula show apache2 name: apache2 average_rating: category: Web Servers created_at: 2009-10-25T23:47:55Z updated_at: 2009-10-25T23:47:55Z maintainer: jtimberman latest_version: https://cookbooks.opscode.com/api/v1/cookbooks/apache2/versions/0_9_1 external_url: versions: https://cookbooks.opscode.com/api/v1/cookbooks/apache2/versions/0_9_1 description: Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions $ spatula install apache2 ... downloads the apache2 cookbook and installs it into $(pwd)/cookbooks ... ... also creates a $(pwd)/cookbook_tarballs dir to store the download ...
About
Official Repo
https://github.com/trotter/spatula
Author
Trotter Cashion
