qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.11k stars 66 forks source link

bug: `qri restore` and `structure` #952

Closed ramfox closed 5 years ago

ramfox commented 5 years ago

1) any version of qri restore, ie qri restore meta qri restore body adds a structure.json 2) qri restore structure does not work if there is no current structure.json file already present: get error: remove : no such file or directory 3) qri restore still accepts schema as an input (as with other cases, it adds a structure.json 4) removing all files (except .qri-ref) from the folder and running qri restore, gets this error: no dataset files provided, was expecting it to restore all files to the folder

ramfox commented 5 years ago

looks like this was fixed by #926