BalkanID extractor CLI

BalkanID Extractor CLI is a command line interface that provides commands to pull and query entitlements for a given application.

BalkanID Extractor CLI is a binary that can be pulled from Homebrew or Scoop. The CLI uses a minimalistic sqlite database for storing the entitlements locally to facilitate querying, and can generate raw console text or parquet file or csv file. The csv file generated by the BalkanID Extractor CLI is a supported entitlements format can be directly uploaded via BalkanID APIs and web application.

Getting Started on BalkanID Extractor CLI via Homebrew

Once you have downloaded Homebrew on your machine, you can follow the following steps. To download brew, go to https://brew.sh/

brew tap balkanid/cli
brew install balkanid-cli

The above command will install the balkanid-cli on your machine. Once its installed, just type the following and get started.

balkanid-cli help

To get started with an extractor, just type the following which will list the various application integrations supported.

balkanid-cli extractor --help

The following command displays the list of integrations or extractors supported.

balkanid-cli extractor -h

Was this helpful?