Skip to content

synthient/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

synthient/cli

Synthient's official CLI tool. Currently in beta.

Install

System Install Command
macOS brew install synthient/tap/synthient or go install github.com/synthient/cli
Linux go install github.com/synthient/cli
Windows go install github.com/synthient/cli

Basic Commands

synthient auth

Authenticate the CLI with your Synthient API key. This API key will then be stored in your system's keychain for secure storage. If you want to authenticate a different way there are two other options:

  1. Provide your API key as an environment variable with the key being SYNTHIENT_API_KEY.
  2. Store it in a .env file in the current directory with the key SYNTHIENT_API_KEY.

synthient lookup

Note

You need to be authenticated to run this command.

Lookup a given IP address. Works with piped input and/or multiple IP address as seen here:

synthient lookup 213.149.183.127
synthient lookup 213.149.183.127 168.205.174.84
echo "213.149.183.127 168.205.174.84" | synthient lookup

Here is a full look into all of the options for the lookup command:

Usage:
  synthient lookup [flags]

Flags:
  -f, --format string   Output format [text|json|csv] (default "text")
  -h, --help            help for lookup
  -o, --output string   Where to write output: '-' for stdout, or a file path (e.g. 'lookup.json' or 'lookup.csv) (default "-")

About

Official CLI for synthient

Resources

License

Stars

Watchers

Forks

Languages