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 <noreply@anthropic.com>
This commit is contained in:
Kieran Klukas
2026-03-04 14:46:33 -05:00
parent 20041ddec5
commit 61061d3571
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -226,7 +226,7 @@ dependencies = [
[[package]]
name = "ectf-tools"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"anyhow",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "ectf-tools"
version = "0.2.0"
version = "0.3.0"
edition = "2024"
[dependencies]