Documentation ¶
Overview ¶
package box ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BoxCmd = &cobra.Command{ Use: "box", Short: "Subcommands for managing the nanobox/boot2docker.box", Long: ``, PersistentPreRun: func(ccmd *cobra.Command, args []string) { if exists := Vagrant.Exists(); !exists { fmt.Println("Missing dependency 'Vagrant'. Please download and install it to continue (https://www.vagrantup.com/).") os.Exit(1) } if exists := util.VboxExists(); !exists { fmt.Println("Missing dependency 'Virtualbox'. Please download and install it to continue (https://www.virtualbox.org/wiki/Downloads).") os.Exit(1) } }, } Vagrant = vagrant.Default Config = config.Default Util = util.Default )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.