Open gberl002 opened 2 years ago
Probably easier to use JSON output with jq
filters or JSONPath if it's really necessary to use the CLI as an API.
No. This issue is about updating the doc to align better with what people see now. jq and JSONpath aren't relevant here
with the release of 0.25.5 the
ziti edge list...
commands display in a "prettified" view that resembles a table. The quickstart docs (specifically for docker-compose but likely others as well) still reference the older style output and need to be updated to the new output.Examples should be updated for both
ziti edge list edge-routers
andziti edge list identities
OLD:
NEW (despite the image, the command
ziti edge list edge-routers
should remain the same in the sample output):Disclaimer: Fair warning that the formatting might be tricky converting the console output to look the same in markdown format. I'm not positive it will be cumbersome but it's worth noting as this is tagged "good first issue"