Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthijsbos/vagrepo

Local Vagrant box repository manager
https://github.com/matthijsbos/vagrepo

repository vagrant vagrant-boxes

Last synced: about 1 month ago
JSON representation

Local Vagrant box repository manager

Awesome Lists containing this project

README

        

# vagrepo

[![Travis](https://img.shields.io/travis/matthijsbos/vagrepo.svg)](https://travis-ci.org/matthijsbos/vagrepo)
[![PyPI](https://img.shields.io/pypi/pyversions/vagrepo.svg)](https://pypi.python.org/pypi/vagrepo)
[![PyPI](https://img.shields.io/pypi/v/vagrepo.svg)](https://pypi.python.org/pypi/vagrepo)

Local vagrant box repository manager.

## Installation
`pip install vagrepo`

## Proposed interface
```
vagrepo list
vagrepo create BOX_NAME [--description BOX_DESCRIPTION]
vagrepo edit BOX_NAME [--name NEW_NAME] [--description NEW_DESCRIPTION]
vagrepo add BOX_NAME BOX_FILE_PATH
vagrepo remove BOX_NAME BOX_VERSION
vagrepo metadata BOX_NAME
```