Table, row, and report commands
View as MarkdownIdentity
Section titled “Identity”API-backed tables, rows, and api command groups.
Contract
Section titled “Contract”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 deleteremoves one.- Report routes are called through
api getorapi post; there is no separatereportscommand group in 0.2.6.