Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matthijsbos/vagrepo
- Owner: matthijsbos
- License: apache-2.0
- Created: 2017-03-29T11:48:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T17:16:45.000Z (over 3 years ago)
- Last Synced: 2024-10-08T22:49:25.822Z (about 1 month ago)
- Topics: repository, vagrant, vagrant-boxes
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```