Answers for "how to remove all vagrant vms"

0

how to remove all vagrant vms

$ vagrant box list | cut -f 1 -d ' ' | xargs -L 1 vagrant box remove -f
Posted by: Guest on May-11-2021

Browse Popular Code Answers by Language