builder icon indicating copy to clipboard operation
builder copied to clipboard

CLI `import` does not respect limits

Open kn0ll opened this issue 2 years ago • 2 comments

Describe the bug

  • no limit option works for the import CLI
  • limits are capped at 100

To Reproduce Run builder import -o foo -l 1 and see Variable "$v1" got invalid value "1" at "v1.limit"; Float cannot represent non numeric value: "1".

Expected behavior

  • i expect the -l option to parse the number for the argument
  • i expect to be able to export all my data (greater than 100 entries per model)

Additional 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.

kn0ll avatar May 22 '23 20:05 kn0ll

Any update on this one?

wagneramaral avatar Apr 22 '24 00:04 wagneramaral