Skip to content

Table, row, and report commands

View as Markdown

API-backed tables, rows, and api command groups.

  • rows list <table> accepts --limit, --page, --sort, --q, and JSON --where.
  • rows get <table> <id> reads one visible row.
  • rows create <table> --values <json> accepts one object or an array.
  • rows update <table> <id> --values <json> updates one visible row; rows delete removes one.
  • Report routes are called through api get or api post; there is no separate reports command group in 0.2.6.