VAGRANT BOX OUTDATED
Commande : vagrant box outdated
Usage: vagrant box outdated [options] Checks if there is a new version available for the box that are you are using. If you pass in the --global flag, all boxes will be checked for updates. Options: --global Check all boxes installed --insecure Do not validate SSL certificates --cacert FILE CA certificate for SSL download --capath DIR CA certificate directory for SSL download --cert FILE A client SSL cert, if needed -h, --help Print this help
Vérifier si la box de l’environnement en cours est à jour
vagrant box outdated [options]
ex :
$ vagrant box outdated
Checking if box 'primalskill/ubuntu-trusty64' is up to date...
Vérifier si l’ensemble des boxes sont à jour
vagrant box outdated [options] --global
ex :
$ vagrant box outdated --global
* 'primalskill/ubuntu-trusty64' for 'virtualbox' (v1.0.0) is up to date
* 'hashicorp/precise64' for 'virtualbox' (v1.1.0) is up to date
* 'emessiha/ubuntu64-java' for 'virtualbox' (v1.0.0) is up to date
* 'debian/stretch64' for 'virtualbox' is outdated! Current: 9.1.0. Latest: 9.5.0
* 'AlbanMontaigu/boot2docker' for 'virtualbox' is outdated! Current: 18.06.0-ce. Latest: 18.06.1.pre.ce