Using the CLI
The command line interface (CLI) is written in Go and can be installed on any platform that supports Go. The CLI enables you to access Verosint APIs with bulk data sets. Today, the CLI supports the following functionality:
- Rules evaluation.
- Sending events to SignalPrint.
- LDAP Search results for Input->LDIF Output.
- LDAP Search results for Input->LDAP modify for Output
- Generate Schema Extensions on LDAP server if using LDAP.
Getting Started
With a Verosint account, you can download and install the CLI tool:
Or install using go:
If you have Docker installed, you can run the CLI using:
For more information, see Verosint's public space.
Detailed information and help are available for the CLI and each command.
Top-level help:
Command-specific help:
Adding the API Key
The safest place for the API key is the configuration file. Add the following to the verosint.yaml
file in your home directory:
apikey: ADD-YOUR-KEY-HERE
Alternatively, you can point the CLI to a custom configuration file using the --config
option.
Updated 3 days ago