Tomba CLI
Available Commands
Command list and global flags
Available Commands
| Command name | Description |
|---|---|
| author | Instantly discover the email addresses of article authors. |
| bulk | Process a CSV file in bulk; auto-map columns or use custom mapping. |
| chat | Open AI chat with Tomba tools; auto-initializes your project on first run. |
| completion | Generate the autocompletion script for the specified shell |
| count | Returns total email addresses we have for one domain. |
| enrich | Locate and include data in your emails. |
| finder | Retrieves the most likely email address from a domain name, a first name and a last name. |
| http | Runs a HTTP server (reverse proxy). |
| Instantly discover email addresses from LinkedIn URLs. | |
| login | Sign in to your Tomba account. |
| logout | Delete your current API key and secret session. |
| logs | Check your last 1,000 requests you made during the last 3 months. |
| phone-finder | Search for phone numbers given an email, domain, or LinkedIn URL. |
| phone-validator | Validate phone numbers. |
| reveal | Search for companies using natural language or structured filters. |
| search | Instantly locate email addresses from any company name or website. |
| similar | Retrieve domains similar to a specific domain. |
| skill | ClawHub: manage and run reusable Tomba workflows. |
| sources | Find email address source somewhere on the web. |
| status | Returns domain status if is webmail or disposable. |
| technology | Discover technologies detected for a domain. |
| usage | Check your monthly requests. |
| verify | Verify the deliverability of an email address. |
| whoami | Print current account information. |
| help | Help about any command |
| version | Print version number and build information. |
Global Flags
| shortopts | longopts | Description |
|---|---|---|
-h | --help | help for tomba |
-j | --json | output JSON format. |
-k | --key | Tomba API KEY. |
-o | --output | Save the results to file. |
-p | --port | Sets the port on which the HTTP server should bind. (default 3000) |
-s | --secret | Tomba API SECRET. |
-t | --target | Target specification. Can pass email, domain, URL, or LinkedIn URL. |
-y | --yaml | output YAML format. |
Output Formats
By default, results are displayed as human-readable text. Use flags to switch formats:
Code
Last modified on