Finally! Pass through user auth on non-windows.
This is mostly just a small hack to enable https://github.com/gdryke/vim-kql, but I'll try to make it as much of a thing as I can.
Try out install.sh
, results very much may vary.
See docs/usage.md
https://github.com/gdryke/kusto-cli/tree/main/docs/release_notes.md
0.2
- query from stdin
- Add to brew, even if just local for the learning
- Try to get smaller output
- More tests
- Add test multi-line query
- Probably lots of better stuff i can do with all the fun Kusto query parameters
- Any way to get charts/timeseries?
- ENV or other config for cluster/db for repeated use
- Better encoding for a query file
- A real deployment process so it's in bin
- Shell script that calls it? Kind of have this.
- integration testing using test cluster, that might be unauthed?
- This is actually kinda working with the
integration.sh
andintegraton.yml
workflow. Seedocs/integration-testing.md
for more details.
- This is actually kinda working with the
Helpful tutorials: