Last active
          August 29, 2015 14:23 
        
      - 
      
- 
        Save gryte/3707213ec402bab740a2 to your computer and use it in GitHub Desktop. 
    Common Vagrant Commands
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # List vagrant box files downloaded | |
| vagrant box list | |
| # Remove vagrant box files | |
| vagrant box remove <name from list> | |
| # Get global status of vagrant environments to find any outliers | |
| vagrant global-status | |
| # Destroy vagrant box instance | |
| vagrant destroy [<name>, <id>] | |
| # If a directory no longer exists then prune it first | |
| vagrant global-status --prune | |
| # List vagrant instances | |
| vagrant status | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment