Socket
Socket
Sign inDemoInstall

ggip

Package Overview
Dependencies
1
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ggip

Official command-line interface for Greip.io


Version published
Weekly downloads
8
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Greip CLI

The official command-line interface (CLI) for Greip.

Report Issue · Request Feature · API Documentation · Website

NPM Package Github Repository

npm version   GitHub code size in bytes   License: Apache 2.0   API Status


Installation

npm i --global ggip

or

yarn global add ggip

Usage


$ ggip help
Usage: ggip [options] [command]

Greip CLI is a command-line interface for the Greip.io

Options:
-h, --help Display help for command
-v, --version Display the current version

Commands:
login <token> Login to the CLI
logout Logout from the CLI
me [options] Display your IP address and location information
lookup [options] <ip> Lookup a given IP address and display its location information
country [options] <country> Display information about a given country
asn [options] <asn> Display information about a given ASN
bin [options] <bin> Lookup a given Bank Identification Number (BIN) and display its information
iban [options] <iban> Validate a given International Bank Account Number (IBAN)
email [options] <email> Validate a given email address
phone [options] <phone> <country> Validate a given phone number
profanity [options] <text> Check a given text for profanity
help [command] display help for command

Configuration

After installing the CLI, you need to set your API token in order to use it's funcitonalities. This step can be done just by running the login command as follows:

ggip login your-api-key

Note You can obtain an API token just by creating an account at Greip.io.

Usage

1. Available commands

To get a list of all available commands of the CLI just use the help command as follows:

ggip help

This will provide you a list of commands and options.

2. Available options & examples

To list the availabe options and examples for a specific command, just try the help help command with the command want as follows:

ggip help lookup

This will provide you a list of available optioins with some usage examples for the lookup command.

Credits

Keywords

FAQs

Last updated on 14 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc