changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / core/bin/rdb.org

changeset 31: 0b69e63c9374
parent: a0017112db77
child: 517e7b6fb42d
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 01:14:25 -0400
permissions: -rw-r--r--
description: clean
1 #+title: rdb
2 #+author: Richard Westhaver
3 #+setupfile: ../../../clean.theme
4 #+OPTIONS: num:nil
5 #+INFOJS_OPT: toc:nil view:showall
6 
7 The =rdb= cli tool is a simple RocksDB management utility.
8 
9 * help
10 #+begin_src shell :results pp replace :exports both
11 rdb -h
12 #+end_src
13 
14 #+RESULTS:
15 #+begin_example
16 rdb v0.1.0 --- A simple helper for RocksDB.
17 
18  usage: rdb [global] <command> [<arg>]
19 
20 options:
21  -l/--level* : set the log level
22  -h/--help* : print help
23  -v/--version* : print version
24  -d/--db* : target db
25 
26 commands:
27  new
28  show
29  set
30  get
31  fuzz
32  destroy
33 #+end_example