Listing Data Sources
You can list your data sources using:Options
--limit=<int>- Set the maximum number of data sources to return (default: 20)--page=<int>- Select which page of results to show (default: 1)--query=<text>- Filter data sources using a search query-o, --output=(text|json)- Choose between text or JSON output format (default: text)
Examples
List your data sources:Pushing data to a data source
You can upload CSV data to an existing CSV data source using:Options
-f, --file=<path>- The filename to read the CSV data from. If omitted, the CLI reads from stdin (interactively, it will prompt you to enter CSV data and finish with Ctrl+D)
Examples
Push CSV data from a file:Pulling data from a data source
You can download the CSV data from an existing CSV data source using:Options
-f, --file=<path>- The filename to save the CSV data to. If omitted, the CSV data is printed to stdout