Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/ruby-vagrantboxes
Ruby gem for interacting with the vagrantbox.es api from inside vagrant
https://github.com/garethr/ruby-vagrantboxes
Last synced: about 1 month ago
JSON representation
Ruby gem for interacting with the vagrantbox.es api from inside vagrant
- Host: GitHub
- URL: https://github.com/garethr/ruby-vagrantboxes
- Owner: garethr
- Created: 2011-05-08T15:55:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-16T15:45:55.000Z (over 13 years ago)
- Last Synced: 2024-11-02T03:22:59.983Z (about 2 months ago)
- Language: Ruby
- Homepage: www.vagrantbox.es
- Size: 169 KB
- Stars: 36
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
This application extends the [vagrant](http://vagrantup.com) command line tool to allow for searching the [vagrantbox.es](http://vagrantbox.es) repository of base boxes.
## Usage
- List all currently available boxes:
vagrant vagrantboxes search
- Do simple text searches:vagrant vagrantboxes search centos
- Do slightly more complex text searches:vagrant vagrantboxes search "debian puppet"
- Show all the details of a particular box:vagrant vagrantboxes show 1
- Show only the url of a particular box:vagrant vagrantboxes url 1
- Download a box listed on vagrantbox.es:vagrant vagrantboxes add 1## Example
Here's a simple example of the output:
vagrant vagrantboxes search centos
3 centos 5.5 http://dl.dropbox.com/u/15307300/vagrant-0.7-centos-64-base.box
6 opscode centos 5 http://opscode-vagrant-boxes.s3.amazonaws.com/centos5-gems.box
7 opscode ubuntu 10.04 http://opscode-vagrant-boxes.s3.amazonaws.com/ubuntu10.04-gems.box
9 puppet centos 5.5 64 http://puppetlabs.s3.amazonaws.com/pub/centos5_64.box
10 puppet centos 4 64 http://puppetlabs.s3.amazonaws.com/pub/centos4_64.box
21 centos 5.6 32 http://yum.mnxsolutions.com/vagrant/centos_56_32.box## Installation
The easiest way of installing is to use the gem.
gem install vagrantboxes