CLI Installation

Install and authenticate the Finterion CLI

CLI Installation

The Finterion CLI is a single, dependency-free Go binary distributed for macOS, Linux, and Windows. Install it once, then authenticate to start using it from your terminal or CI pipeline.

Install

Choose the install method for your platform.

macOS

Shell

brew install finterion/tap/finterion-cli

Linux

Shell

curl -fsSL https://cli.finterion.com/install.sh | sh

Windows

Shell

scoop install finterion-cli

Since the CLI is a static Go binary, you can also download the prebuilt release archive for your OS/architecture directly and place the finterion executable on your PATH.

Authenticate

Shell

finterion login

This opens a browser window to sign in and stores a token locally so subsequent commands don't need to re-authenticate.

Next steps