Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 691 Bytes

File metadata and controls

33 lines (27 loc) · 691 Bytes

Ubuntu Cloud Image Query CLI

A command-line tool written in Rust to query Ubuntu cloud image metadata from the official Simplestreams JSON feed.

🛠️ Build Instructions

Prerequisites

  • Rust toolchain (install via rustup.rs)
  • Internet access (to fetch metadata)

Clone the project

git clone https://github.com/georgeliao/json_query_cli.git
cd json_query_cli

Build

cargo build --release

Run

cargo run -- --help

Or directly:

./target/release/json_query_cli --lts

Run tests

cargo test