You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(entities): correct issues found during live testing
- entity-copy: page through the source with the API's page param instead
of skip (which the entity data API ignores), fixing an infinite loop
that re-inserted records without end; cap --qty at 10000
- entity-data: drop --order/--order-by (the data query ignores order)
- entity-list: add working --order/--order-by built as the [field, dir]
tuple the SDK expects, validated against orderable fields
- entity-create/entity-edit: remove --description; the entity API has no
description field, so it was a silent no-op (also drops the stray
payload_decoder: null it gated)
- fix invalid 'integer' type in help examples (valid type is 'int')
- regenerate man-page snapshot for the help text changes
0 commit comments