vagrant.rst
changeset 2259 584447bfdc99
parent 2238 a0d98c23cd6b
child 2271 589a1f5f6cbd
equal deleted inserted replaced
2258:6e4989c98825 2259:584447bfdc99
    49 
    49 
    50 To remove box at specific version::
    50 To remove box at specific version::
    51 
    51 
    52   $ vagrant box remove laravel/homestead --box-version 1.1.0
    52   $ vagrant box remove laravel/homestead --box-version 1.1.0
    53 
    53 
       
    54 To get list of boxes with corresponding versions::
       
    55 
       
    56   $ vagrant box list
       
    57   $ vagrant global-status
       
    58 
    54 https://www.vagrantup.com/docs/cli/box.html
    59 https://www.vagrantup.com/docs/cli/box.html
    55   Command: ``vagrant box``.
    60   Command: ``vagrant box``.
    56 https://www.vagrantup.com/docs/boxes/versioning.html
    61 https://www.vagrantup.com/docs/boxes/versioning.html
    57   Box Versioning.
    62   Box Versioning.
    58 
    63 
    61 
    66 
    62 https://www.vagrantup.com/docs/cli/plugin.html
    67 https://www.vagrantup.com/docs/cli/plugin.html
    63   Command: ``vagrant plugin``.
    68   Command: ``vagrant plugin``.
    64 https://github.com/hashicorp/vagrant/wiki/Available-Vagrant-Plugins
    69 https://github.com/hashicorp/vagrant/wiki/Available-Vagrant-Plugins
    65   List of vagrant plugins.
    70   List of vagrant plugins.
       
    71 
       
    72 Debugging Vagrant
       
    73 =================
       
    74 
       
    75 Add environment variavle::
       
    76 
       
    77   VAGRANT_LOG=warn vagrant ssh
       
    78   VAGRANT_LOG=info vagrant ssh
       
    79   VAGRANT_LOG=debug vagrant ssh
    66 
    80 
    67 Running individual provisioning scripts
    81 Running individual provisioning scripts
    68 =======================================
    82 =======================================
    69 
    83 
    70 You may give name to provisioning script::
    84 You may give name to provisioning script::