search-table
Description
The search-table command searches for tables in a given data source. You can optionally provide a search string to filter the results.
Syntax
./CliTool.bat search-table -d <datasourceName> [-t <tableSearchString>]
Example
./CliTool.bat search-table -d DataSource1 -t Customer
Parameters
| Parameter | Required | Description |
|---|---|---|
-d <datasourceName> |
Yes | The name of the data source to search tables in. |
-t <tableSearchString> |
No | A search string to filter table names. If omitted, all tables are returned. |
Note:
- If
-tis not provided, the command will return all tables in the specified data source. - The command will display a list of matching table names.