Skip to content

shank7485/vagrant-onap-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant ONAP CLI

This tool is to provide a simple CLI for the ONAP Vagrant 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 <VagrantFile path> -component=<name>

Create component by cloning and building containers:

vagrant-onap create -d <VagrantFile path> -component=<name> --build

Create component by cloning, building and running containers:

vagrant-onap create -d <VagrantFile path> -component=<name> --run

Delete component:

vagrant-onap delete -d <VagrantFile path> -component=<name>