axiomhq / cli

The power of Axiom on the command line.
https://axiom.co
MIT License
41 stars 11 forks source link

Configurable output format #44

Closed bahlo closed 3 years ago

bahlo commented 3 years ago

Would be amazing if you could pass for example --json and get the data as JSON so it can be processed further (jq, etc.).

lukasmalkmus commented 3 years ago

Are you talking about streaming? axiom stream lukas_11 --format=json should work just fine.

bahlo commented 3 years ago

Talking about all commands (get datasets, dataset info, etc.)

lukasmalkmus commented 3 years ago

Ah. Yeah, makes sense 👍