24 lines
838 B
XML
24 lines
838 B
XML
$ pda help import
|
|
$ pda import --help
|
|
Restore key/value pairs from an NDJSON dump
|
|
|
|
Usage:
|
|
pda import [STORE] [flags]
|
|
|
|
Flags:
|
|
--drop drop existing entries before restoring (full replace)
|
|
-f, --file string path to an NDJSON dump (defaults to stdin)
|
|
-h, --help help for import
|
|
-i, --interactive prompt before overwriting existing keys
|
|
-k, --key strings restore keys matching glob pattern (repeatable)
|
|
Restore key/value pairs from an NDJSON dump
|
|
|
|
Usage:
|
|
pda import [STORE] [flags]
|
|
|
|
Flags:
|
|
--drop drop existing entries before restoring (full replace)
|
|
-f, --file string path to an NDJSON dump (defaults to stdin)
|
|
-h, --help help for import
|
|
-i, --interactive prompt before overwriting existing keys
|
|
-k, --key strings restore keys matching glob pattern (repeatable)
|