flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

Client-side JSON filtering of Machines (probably not!)

Open tqbf opened this issue 2 years ago • 1 comments

Change Summary

What and Why:

Clientside filtering of machines.

How:

-f [filter] takes a JMESPath filter; JMESPath is like standardized jq. We already had it in the tree.

JMESPath is pretty inscrutable, and I'm not sure if this will ever get used.


Documentation

  • [ ] Fresh Produce
  • [ ] In superfly/docs, or asked for help from docs team
  • [ ] n/a

tqbf avatar Oct 20 '23 21:10 tqbf

I can't recommend enough to install pre-commit hooks:

brew install pre-commit 
# In flyctl dir:
pre-commit install

dangra avatar Oct 20 '23 22:10 dangra