Vagrant Environment Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
This command tells the state of all active Vagrant [[Vagrant Concepts#Environment|environments]] for the currently logged in user: | This command tells the state of all active Vagrant [[Vagrant Concepts#Environment|environments]] for the currently logged in user: | ||
<syntaxhighlight lang='text'> | |||
id name provider state directory | id name provider state directory | ||
-------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | ||
1a4c3f3 blue aws running /Users/ovidiufeodorov/tmp/blue | 1a4c3f3 blue aws running /Users/ovidiufeodorov/tmp/blue | ||
266ef17 red aws running /Users/ovidiufeodorov/tmp/red | 266ef17 red aws running /Users/ovidiufeodorov/tmp/red | ||
</syntaxhighlight> |
Revision as of 19:18, 17 November 2019
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