From eeac0654ab8f9e3438f2331916261a0440286fbd Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Mon, 11 Aug 2025 12:58:27 +0200 Subject: list build part content (#462) - Feature: Added `zen build ls` option to list the content of a build part(s) - Build source is specified using one of the following options - `--cloud-url` cloud artifact URL to build - `--host` or `--override-host`, `--namespace`, `--bucket` and `--buildid` - `--filestorage`, `--namespace`, `--bucket` and `--buildid` - `--build-part-name` to specify a particular build part(s) in the build - `--wildcard` windows style wildcard (using * and ?) to match file paths to include - `--exclude-wildcard` windows style wildcard (using * and ?) to match file paths to exclude. Applied after --wildcard include filter - Improvement: Added `--quiet` option to zen `builds` commands to suppress non-essential output --- src/zenutil/zenutil.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/zenutil/zenutil.cpp') diff --git a/src/zenutil/zenutil.cpp b/src/zenutil/zenutil.cpp index fe23b00c1..37b229c49 100644 --- a/src/zenutil/zenutil.cpp +++ b/src/zenutil/zenutil.cpp @@ -9,6 +9,7 @@ # include # include # include +# include namespace zen { @@ -21,6 +22,7 @@ zenutil_forcelinktests() chunkedfile_forcelink(); commandlineoptions_forcelink(); parallellwork_forcelink(); + wildcard_forcelink(); } } // namespace zen -- cgit v1.2.3