Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't try to get IP of VM when its not running
for crc status command to get some VM information like disk-usage, pv count, etc. we need to SSH into the VM but this is only possible when the VM is running in case the state of the VM is not Running it will now return early without trying to fetch those additional information which results in the following error: Error getting ip: host is not running
- Loading branch information