Make kvscli! To make admintration tasks more simple to execute. Maybe even to simplyfy usage in scripts. #9
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Develop kvscli, a lightweight CLI tool for interacting with KVS—a key/value database with HTTP API interface. It would simplify administrative tasks like user/group management, token generation, backups, and cluster operations, while enabling scripting for automated workflows.
Motivation
KVS's HTTP API is powerful but verbose for routine admin tasks or scripting (e.g., bulk data import/export). A CLI would lower the barrier for ops teams, DevOps automation, and integration with tools like cron or CI/CD pipelines, without requiring custom HTTP clients.
This is made here:
https://git.rauhala.info/MrKalzu/kvs-sh