Everyday DevOps
  • Home
  • One on One
  • Newsletter
  • About
Sign in Subscribe

vagrant

A collection of 1 post
Vagrant machine status
vagrant

Vagrant machine status

If you need to get the status of a vagrant machine, you can run the following in a command window: vagrant status aws --machine-readable | awk -F"," '{if ($3 == "state") print $4;}' Will output: running if the machine is running or not_created if it
29 Mar 2015
Page 1 of 1
Everyday DevOps © 2025
  • Sign up
  • Book some time
  • Newsletter
Powered by Ghost