This tool is to provide a simple CLI for the ONAP Vagrant project.
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>