changelog shortlog graph tags branches changeset files revisions annotate raw help

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

changeset 45: 517e7b6fb42d
parent: 0b69e63c9374
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 25 Aug 2024 00:15:40 -0400
permissions: -rw-r--r--
description: meta and task work
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 :PROPERTIES:
11 :ID: d66cd17e-10a8-401e-aaf8-85ff6df3ee63
12 :END:
13 #+begin_src shell :results pp replace :exports both
14 rdb -h
15 #+end_src
16 
17 #+RESULTS:
18 #+begin_example
19 rdb v0.1.0 --- A simple helper for RocksDB.
20 
21  usage: rdb [global] <command> [<arg>]
22 
23 options:
24  -l/--level* : set the log level
25  -h/--help* : print help
26  -v/--version* : print version
27  -d/--db* : target db
28 
29 commands:
30  new
31  show
32  set
33  get
34  fuzz
35  destroy
36 #+end_example