We need a clean way to output and query the output of the program.
Ideally we will be able to do something like the following:
ae get pods --json # Spits out something we can pipe to jq
ae get pods --yamo # Spits out something we can pipe to yq
ae get pods --go # Spits out syntactically correct Go structs we can copy/paste
ae get pods --table # Spits out a table in stdout that is auto formatted to the terminal
We need a clean way to output and query the output of the program.
Ideally we will be able to do something like the following: