cli
cli copied to clipboard
Command line interface for Re:infer and Rust client library
Updates the requirements on [serde_with](https://github.com/jonasbb/serde_with) to permit the latest version. Release notes Sourced from serde_with's releases. serde_with v3.3.0 Added Support the hashbrown type HashMap and HashSet (#636, #637) Thanks to...
Updates the requirements on [mockito](https://github.com/lipanski/mockito) to permit the latest version. Release notes Sourced from mockito's releases. 1.1.0 Enable the server pool properly and set the server pool size to 50...
Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version. Commits See full diff in compare view You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]:...
This is a workaround for comment creation / updates conflicting with the `loom` service that indexes threads objects concurrently. We will be fixing this properly in the backend, but as...
The purpose of this PR is to make the API client usable from wasm. To this end - migrates the API client & CLI to async - it feature gates...
Calling `re config get-token` always returns the default token, regardless of `--context` or `-c` flags being passed. ``` $ re config get-token [default token] $ re --context local config get-token...
In case when a request fails due to json validation, the [response](https://github.com/reinfer/platform/blob/develop/backend/pyweb/reinfer_web/plugins.py#L38) contains a `path` field: ``` 400 Bad Request {"status": "error", "message": "\'\' is too short", "path": "$.comments[0].messages[0].from"} ```...
`re -o json get dataset` currently returns a subset of what's available from the corresponding v1 API route (example in screenshot). Would be great to have everything. Prompted by UBS...
RE-7945: Rust CLI auto-generate api functions