@datasentry/cli
v1.0.4
Published
High-performance IP intelligence CLI tool for geolocation and threat scoring.
Downloads
77
Maintainers
Readme
DataSentry CLI
High-performance IP intelligence from your terminal. Look up geolocation, threat scores, and API usage.
Installation
npm install -g @datasentry/cliQuick Start
# Authenticate
datasentry auth <your_api_key>
# Lookup your own IP
datasentry lookup
# Lookup a specific IP
datasentry lookup 8.8.8.8
# Output JSON
datasentry lookup 8.8.8.8 --json
# Check API usage
datasentry usageCommands
| Command | Description |
|---------|-------------|
| datasentry auth [key] | Save your API key locally |
| datasentry lookup [ip] | Geolocation and threat intelligence |
| datasentry usage | Check remaining API credits |
| datasentry bulk <file> | Batch IP lookups (coming soon) |
| datasentry logout | Clear local credentials |
Configuration
Set your API key via environment variable instead of auth:
export DATASENTRY_API_KEY="your_key_here"License
Proprietary. See LICENSE for details.
