From eb4000ec323de4205155b51c08cab912f5e3f783 Mon Sep 17 00:00:00 2001 From: Leonardo Schwarz Date: Fri, 7 Feb 2025 17:17:42 +0100 Subject: [PATCH] changelog --- bfabric_scripts/doc/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bfabric_scripts/doc/changelog.md b/bfabric_scripts/doc/changelog.md index 495358b8..c743c72a 100644 --- a/bfabric_scripts/doc/changelog.md +++ b/bfabric_scripts/doc/changelog.md @@ -16,6 +16,16 @@ Versioning currently follows `X.Y.Z` where - allows sorting by arbitrary fields, e.g. application id - allows filtering inclusive or exclusive by user +### Changed + +- `bfabric-cli api read` + - Removes the automatic output type logic + - Multiple values can be submitted for the same key (just specify it multiple times) + - The actual query will be printed as a line of bfabricPy code + - `--file` parameter to write the output to a specific file + - Argument parsing is handled with pydantic now + - Added tsv support + ## \[1.13.19\] - 2025-01-29 Initial release of standalone bfabric_scripts package.