84 lines
2.7 KiB
XML
84 lines
2.7 KiB
XML
$ pda help
|
|
$ pda --help
|
|
▄▄
|
|
██
|
|
██▄███▄ ▄███▄██ ▄█████▄
|
|
██▀ ▀██ ██▀ ▀██ ▀ ▄▄▄██
|
|
██ ██ ██ ██ ▄██▀▀▀██
|
|
███▄▄██▀ ▀██▄▄███ ██▄▄▄███
|
|
██ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀▀ ▀▀
|
|
██ (c) 2025 Lewis Wynne
|
|
|
|
Usage:
|
|
pda [command]
|
|
|
|
Key commands:
|
|
copy Make a copy of a key
|
|
get Get the value of a key
|
|
list List the contents of a store
|
|
move Move a key
|
|
remove Delete one or more keys
|
|
run Get the value of a key and execute it
|
|
set Set a key to a given value
|
|
|
|
Store commands:
|
|
export Dump all key/value pairs as NDJSON
|
|
import Restore key/value pairs from an NDJSON dump
|
|
list-stores List all stores
|
|
remove-store Delete a store
|
|
|
|
Git commands:
|
|
git Run any arbitrary command. Use with caution.
|
|
init Initialise pda! version control
|
|
sync Manually sync your stores with Git
|
|
|
|
Additional Commands:
|
|
completion Generate the autocompletion script for the specified shell
|
|
help Help about any command
|
|
version Display pda! version
|
|
|
|
Flags:
|
|
-h, --help help for pda
|
|
|
|
Use "pda [command] --help" for more information about a command.
|
|
▄▄
|
|
██
|
|
██▄███▄ ▄███▄██ ▄█████▄
|
|
██▀ ▀██ ██▀ ▀██ ▀ ▄▄▄██
|
|
██ ██ ██ ██ ▄██▀▀▀██
|
|
███▄▄██▀ ▀██▄▄███ ██▄▄▄███
|
|
██ ▀▀▀ ▀▀▀ ▀▀ ▀▀▀▀ ▀▀
|
|
██ (c) 2025 Lewis Wynne
|
|
|
|
Usage:
|
|
pda [command]
|
|
|
|
Key commands:
|
|
copy Make a copy of a key
|
|
get Get the value of a key
|
|
list List the contents of a store
|
|
move Move a key
|
|
remove Delete one or more keys
|
|
run Get the value of a key and execute it
|
|
set Set a key to a given value
|
|
|
|
Store commands:
|
|
export Dump all key/value pairs as NDJSON
|
|
import Restore key/value pairs from an NDJSON dump
|
|
list-stores List all stores
|
|
remove-store Delete a store
|
|
|
|
Git commands:
|
|
git Run any arbitrary command. Use with caution.
|
|
init Initialise pda! version control
|
|
sync Manually sync your stores with Git
|
|
|
|
Additional Commands:
|
|
completion Generate the autocompletion script for the specified shell
|
|
help Help about any command
|
|
version Display pda! version
|
|
|
|
Flags:
|
|
-h, --help help for pda
|
|
|
|
Use "pda [command] --help" for more information about a command.
|