Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shank7485/vagrant-onap-cli
CLI for the ONAP Vagrant project.
https://github.com/shank7485/vagrant-onap-cli
network-automation onap open-network-automation-platform vagrant
Last synced: 4 days ago
JSON representation
CLI for the ONAP Vagrant project.
- Host: GitHub
- URL: https://github.com/shank7485/vagrant-onap-cli
- Owner: shank7485
- Created: 2017-05-24T03:46:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T23:07:25.000Z (about 7 years ago)
- Last Synced: 2024-11-14T13:42:11.009Z (about 1 month ago)
- Topics: network-automation, onap, open-network-automation-platform, vagrant
- Language: Go
- Homepage: http://onap.readthedocs.io/en/latest/submodules/integration.git/bootstrap/vagrant-onap/doc/source/
- Size: 2.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant ONAP CLI
----------------This tool is to provide a simple CLI for the [ONAP Vagrant](http://onap.readthedocs.io/en/latest/submodules/integration.git/bootstrap/vagrant-onap/doc/source/)
project.### Example usages:
Help:
`vagrant-onap help`
List currently running ONAP components:
`vagrant-onap list`
List all supported ONAP components in the Vagrant ONAP project:
`vagrant-onap list --supported`
Create component to only clone repos:
`vagrant-onap create -d -component=`
Create component by cloning and building containers:
`vagrant-onap create -d -component= --build`
Create component by cloning, building and running containers:
`vagrant-onap create -d -component= --run`
Delete component:
`vagrant-onap delete -d -component=`