tree: 1437b6075d392ae781ed7957e42a35ce189285c5
  1. cmd/
  2. internal/
  3. pkg/
  4. .gitignore
  5. Dockerfile
  6. Makefile
  7. README.md
bydbctl/README.md

BanyanDB Command Line Tool

bydbctl is a command line tool to interact with BanyanD.

Build

# If you haven't generated the API code yet
make -C ../api generate

make build