aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/cache.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Collect all zen admin-related commands into admin.h/.cpp (#418)Dan Engelbrecht2023-09-221-304/+0
| | | | | | | | | | | | | | | | | | | * move commands in scrub.h/cpp to admin_cmd.h/cpp * move job command into admin_cmd.h/.cpp * admin -> admin_cmd * bench -> bench_cmd * cache -> cache_cmd * copy -> copy_cmd * dedup -> dedup_cmd * hash -> hash_cmd * print -> print_cmd * projectstore -> projectstore_cmd * rpcreplay -> rpcreplay_cmd * serve -> serve_cmd * status -> status_cmd * top -> top_cmd * trace -> trace_cmd * up -> up_cmd * version -> version_cmd
* Better defaults for zen cli (#302)Stefan Boberg2023-05-151-4/+32
| | | | | added ZenCmdBase::ResolveTargetHostSpec - this is a helper which provides better default behaviour for commands which interact with a local zen server instance. more specifically it picks a default based on which processes are actually running on the local machine this change also wires up the Scrub command along with some required HttpClient improvements
* replace use of cxxopts::OptionParseException in our codeStefan Boberg2023-05-081-1/+2
| | | | later versions of cxxopts changed the signatures of exceptions. This change adds zen::OptionParseException to replace it
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+275
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees