Table Commands
Manage tables directly in the project.
kbc remote table [command]|--- | Command | Description |-|-|- | kbc remote table create | Create a new table. | | kbc remote table upload | Upload a CSV file to a table. | | kbc remote table download | Download data from a table. | | kbc remote table preview | Retrieve up to 1000 rows from a table. | | kbc remote table detail | Print table details. | | kbc remote table import | Import data to a table from a file. | | kbc remote table unload | Unload a table into a file. |