Skip to content

Instantly share code, notes, and snippets.

@benjifisher
Last active October 29, 2019 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjifisher/efb18aacf88189a6873d3478ca073b0d to your computer and use it in GitHub Desktop.
Save benjifisher/efb18aacf88189a6873d3478ca073b0d to your computer and use it in GitHub Desktop.
Get status information from `lando list` and `jq`
lando list --format json | jq 'map_values(.[0].status)'
@benjifisher
Copy link
Author

Parse the output of lando list with the JSON cli tool jq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment