Open kn0ll opened 1 year ago
Any update on this one?
hey guys, any update on this? Imagine someone downloading a "full" backup of their builder space, having the impression this is the full backup and then losing all the items except 100 for each category?
Describe the bug
limit
option works for theimport
CLITo Reproduce Run
builder import -o foo -l 1
and seeVariable "$v1" got invalid value "1" at "v1.limit"; Float cannot represent non numeric value: "1"
.Expected behavior
-l
option to parse the number for the argumentAdditional comments We have been rolling our own exporter for the purposes of scheduled backups, as well as running "migrations" on existing data. But we'd prefer to use this tool.