From 61061d3571d5d05992b7d7527c2bbb015291e9d1 Mon Sep 17 00:00:00 2001 From: Kieran Klukas Date: Wed, 4 Mar 2026 14:46:33 -0500 Subject: [PATCH] feat: add --json flag for test output, env var config, and --version - Add --json flag to `tools test` for machine-readable CI output - Support ECTF_TOKEN, ECTF_GIT_URL, ECTF_API_URL env vars for config - Add --version flag via clap Co-Authored-By: Claude Opus 4.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0736821..69b76cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -226,7 +226,7 @@ dependencies = [ [[package]] name = "ectf-tools" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d93601d..a84d97a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ectf-tools" -version = "0.2.0" +version = "0.3.0" edition = "2024" [dependencies]