Document available commands in README
Added a section listing available commands for the application.
This commit is contained in:
parent
a43281d129
commit
ca5f6d2f5b
1 changed files with 13 additions and 6 deletions
19
README.md
19
README.md
|
|
@ -16,12 +16,19 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center"> </div><!-- spacer -->
|
<p align="center"></p><!-- spacer -->
|
||||||
<br/>
|
|
||||||
|
|
||||||
<div align="center">
|
```bash
|
||||||
<img src="https://raw.githubusercontent.com/llywelwyn/pda/master/docs/cmds.png"
|
Available Commands:
|
||||||
alt="commands" />
|
get Get a value.
|
||||||
</div>
|
set Set a value.
|
||||||
|
del Delete a value.
|
||||||
|
del-db Delete a whole database.
|
||||||
|
list-dbs List all databases.
|
||||||
|
dump Export a database as NDJSON.
|
||||||
|
restore Imports NDJSON into a database.
|
||||||
|
completion Generate autocompletions for a specified shell.
|
||||||
|
help Additional help for any command.
|
||||||
|
```
|
||||||
|
|
||||||
<p align="center"></p><!-- spacer -->
|
<p align="center"></p><!-- spacer -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue