Tomba CLI
Available Commands
Commands lists and Global Flags
Available Commands
Command name | Description |
---|---|
author | Instantly discover the email addresses of article authors. |
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 the email addresses of Linkedin URLs. | |
login | Sign in to Tomba account |
logout | delete your current KEY & SECRET API session. |
logs | Check your last 1,000 requests you made during the last 3 months. |
search | Instantly locate email addresses from any company name or website. |
status | Returns domain status if is webmail or disposable. |
usage | Check your monthly requests. |
verify | Verify the deliverability of an email address. |
help | Help about any command |
version | Print version number and build information. |
Global Flags
You may include the following common global flags in each command’s documentation if desired:
shortopts | longopts | Description |
---|---|---|
-h | --help | help for tomba |
-j | --json | output JSON format. (default true) |
-k | --key | Tomba API KEY. |
-o | --output | Save the results to file. |
-p | --prot | 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, Linkedin URL. |
-y | --yaml | output YAML format. |