Vagrant Environment Operations
Jump to navigation
Jump to search
External
Internal
Operations
global-status
vagrant global-status
This command tells the state of all active Vagrant environments for the currently logged in user:
id name provider state directory
------------------------------------------------------------------------
1a4c3f3 blue aws running /Users/ovidiufeodorov/tmp/blue
266ef17 red aws running /Users/ovidiufeodorov/tmp/red
The command does not actively verify the state of machines, it is instead based on a cache, so you may see stale results.
To refresh the cache:
vagrant global-status --prune