aboutsummaryrefslogtreecommitdiff
path: root/src/zenutil/commandlineoptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* logging config move to zenutil (#754)Stefan Boberg2026-02-131-239/+0
| | | made logging config options from zenserver available in zen CLI
* hotfix 5.7.18 (#730)Dan Engelbrecht2026-01-221-0/+27
| | | | * make sure we properly convert command line args for zenserver as well * make sure we *add* wildcards/excludes in addition to defaults
* move cpr in-tree (#605)Stefan Boberg2025-10-241-0/+2
| | | | | | * added cpr 1.10.5 in-tree to allow updates to vcpkg without breaking the build * added asio 1.29.0 in-tree to remove one more vcpkg dependency * bumped vcpkg to 2024.06.15 to address failure to build due to use of deprecated binaries in vcpkg (404 error: `https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.1.0-1-any.pkg.tar.zst` during build)
* refactor builds cmd part2 (#572)Dan Engelbrecht2025-10-141-27/+0
| | | | | * fix metadata info in filebuildstorage GetBuild * move MakeSafeAbsolutePathÍnPlace to filesystem.h/cpp * add BuildsOperationUploadFolder op moving code from builds_cmd.cpp
* fix quoted wildcard options (#500)Dan Engelbrecht2025-09-171-7/+23
| | | * improve command line parsing to automatically remove quotes
* builds download url (#419)Dan Engelbrecht2025-06-041-6/+14
| | | | * RemoveQuotes helper * `--url` option for `zen builds` command has been reworked to accept a "Cloud Artifact URL", removing the need to specify "host", "namespace" and "bucket" separately
* add cxxopts overload for parsing file paths from command line (#362)Dan Engelbrecht2025-04-221-0/+213