Open
Description
Description and Context
Similar to hubdb accounts list
, it would be beneficial to add a hs hubdb list
command.
It would give developers a birds eye view of all of the HubDB tables by showing 3-5 columns – all from within our code editors, no browsing required 😎
Example terminal response:
Name | ID | Internal name | Columns | Rows |
---|---|---|---|---|
Summer Products | 123456789 | summer_products | 12 | 123 |
I assume this is possible because of the /cms/v3/hubdb/tables
hubdb v3 api endpoint.