pda/testdata/restore__drop__ok.ct

9 lines
278 B
XML

$ pda set existing keep-me
$ pda set other also-keep
$ fecho dumpfile {"key":"new","value":"hello","encoding":"text"}
$ pda restore --drop --file dumpfile
Restored 1 entries into @default
$ pda get new
hello
$ pda get existing --> FAIL
Error: cannot get 'existing': No such key