Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devbeno/bcloud-registry-plugin
https://github.com/devbeno/bcloud-registry-plugin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbeno/bcloud-registry-plugin
- Owner: devbeno
- License: mit
- Created: 2022-07-06T09:00:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T09:01:53.000Z (over 2 years ago)
- Last Synced: 2024-05-09T23:09:51.642Z (8 months ago)
- Language: Ruby
- Size: 2.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BCloud Registry plugin
BCloud Registry plugin allows you to use Vagrant to access private boxes from self-hosted [BCloud Registry](https://github.com/devbens/vagrant-registry).
## Usage
The plugin adds two commands:
- `login` - login into self-hosted BCloud Registry
```
$ vagrant registry login http://localhost:3000
```- `push` - push box file into self-hosted BCloud Registry
```
$ vagrant registry push test.box http://localhost:3000/devbens/test 0.1.0 virtualbox
```## Installation
Build package
```
$ bundle exec rake build
```Install plugin into Vagrant
```
$ vagrant plugin install pkg/vagrant-registry-0.1.0.gem
```## Development
Install dependencies
```
$ bundle install
```Run tests
```
$ bundle exec rake test
```Run the plugin within Vagrant dev build
```
$ bundle exec vagrant registry
```