cosq-0.1.1 is not a library.
cosq
A CLI to query your Azure Cosmos DB instances from the command line.
Installation
Homebrew (macOS / Linux)
Pre-built Binaries
Download the latest binary for your platform from GitHub Releases:
| Platform | Archive |
|---|---|
| macOS (Apple Silicon) | cosq-v*-aarch64-apple-darwin.tar.gz |
| macOS (Intel) | cosq-v*-x86_64-apple-darwin.tar.gz |
| Linux (x86_64) | cosq-v*-x86_64-unknown-linux-gnu.tar.gz |
| Windows (x86_64) | cosq-v*-x86_64-pc-windows-msvc.zip |
Extract and move the binary to a directory in your PATH:
cargo install
Compile from source via crates.io (requires Rust 1.85+):
cargo binstall
Download a pre-built binary via cargo-binstall:
Build from Source
The binary is at target/release/cosq.
Verify Installation
Development
License
MIT