Last active
October 29, 2019 16:39
-
-
Save benjifisher/efb18aacf88189a6873d3478ca073b0d to your computer and use it in GitHub Desktop.
Get status information from `lando list` and `jq`
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
lando list --format json | jq 'map_values(.[0].status)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Parse the output of
lando list
with the JSON cli tool jq