A command-line tool written in Rust to query Ubuntu cloud image metadata from the official Simplestreams JSON feed.
- Rust toolchain (install via rustup.rs)
- Internet access (to fetch metadata)
git clone https://github.com/georgeliao/json_query_cli.git
cd json_query_clicargo build --releasecargo run -- --helpOr directly:
./target/release/json_query_cli --ltscargo test