aboutsummaryrefslogtreecommitdiff
path: root/zen/cmds/importproject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up project store file structure (#218)Dan Engelbrecht2023-02-011-249/+0
| | | | * move project store to separate folder * moved import/export project commands into projectstore cmd files
* zen command line tool improvements (#212)Dan Engelbrecht2023-01-131-2/+5
| | | | | | | | | | | | - Feature: zen command line tool `cache-info` to show cache, namespace or bucket info - Feature: zen command line tool `project-info` to show store, project or oplog info - Feature: zen command line tool `project-drop` to drop project or oplog - Feature: zen command line tool `gc` to trigger a GC run - Feature: zen command line tool `gc-info` to check status of GC - Improvement: zen command line tool now fails on any unrecognized arguments - Improvement: zen command line tool now displays extra help for all sub-commands - Improvement: host address can now be configured for zen command line tool `drop` command changelog
* Zen cmd fixes (#201)Dan Engelbrecht2022-12-071-15/+15
| | | | | | | * updated drop command to support namespaces * fixed hash command error message * fix output of status (and top) command * Use ZEN_CONSOLE for output in zen commands * changelog
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-181-0/+246
* Add `import-project` and `export-project` command line parsing