@mh-cbon/vagrant-pack

1.0.1 • Public • Published

vagrant-pack

Tool to pack your local vagrant boxes to a tar.gz file

Install

npm i @mh-cbon/vagrant-pack -g

Usage

vagrant-pack 1.0.0

Usage: vagrant-pack [options]

List vagrant box available on your computer
 vagrant-pack --list|-l

Pack the vagrant boxes listed in the command
  vagrant-pack [box name] [box name] [options]
   -d|--directory [path] Target directory to save the box
                         Default value: .

Examples:
 vagrant-pack --list
 vagrant-pack some/centos5 -d some/where
 vagrant-pack some/centos5 Unode/gentoo-x86 some/centos56

/@mh-cbon/vagrant-pack/

    Package Sidebar

    Install

    npm i @mh-cbon/vagrant-pack

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • mh-cbon