aboutsummaryrefslogtreecommitdiff
path: root/src/zen/cmds/info_cmd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added --copy-log, --copy-cache-log and copy-http-log option to zen logs ↵Dan Engelbrecht2024-02-121-1/+1
| | | | | | command (#651) * be safe and use ToText() rather than AsText() when getting http responses * Added `--copy-log`, `--copy-cache-log` and `copy-http-log` option to zen logs command to copy logs from a local running zen server instance
* Adding an info command to display a top-level summary of disk space etc (#602)Stefan Boberg2023-12-121-0/+51
this also adds a central, shared folder for storing information which may be found by any instance on the host. The directory is currently located alongside the default install and state directory. Initially this is used to store a collection of known `root_manifest` locations and a copy of the latest manifest version which allow us to find all known locations where zen state is present.