File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 6
6
local -a _1st_arguments
7
7
_1st_arguments=(
8
8
'box:Box commands'
9
+ 'connect:Connects to a shared, remote Vagrant environment'
9
10
'destroy:Destroys the vagrant environment'
11
+ 'global-status:Reports the status of all active Vagrant environments on the system'
10
12
'halt:Halts the currently running vagrant environment'
11
13
'init:[box_name] [box_url] Initializes current folder for Vagrant usage'
14
+ 'login:Authenticates against a Vagrant Cloud server to access protected boxes'
12
15
'package:Packages a vagrant environment for distribution'
13
16
'plugin:Plugin commands'
14
17
'provision:Run the provisioner'
15
18
'reload:Reload the vagrant environment'
16
19
'resume:Resumes a suspend vagrant environment'
20
+ 'share:Shares the Vagrant environment and allows remote access'
17
21
'ssh:SSH into the currently running environment'
18
- 'ssh-config:outputs .ssh/config valid syntax for connecting to this environment via ssh. '
19
- 'status:Shows the status of the current Vagrant environment. '
22
+ 'ssh-config:outputs .ssh/config valid syntax for connecting to this environment via ssh'
23
+ 'status:Shows the status of the current Vagrant environment'
20
24
'suspend:Suspends the currently running vagrant environment'
21
25
'up:Creates the vagrant environment'
26
+ 'version:Prints the currently installed Vagrant version and checks for new updates'
22
27
'--help:[TASK] Describe available tasks or one specific task'
23
28
'--version:Prints the Vagrant version information'
24
29
)
You can’t perform that action at this time.
0 commit comments