Skip to main content

CLI

The syndica command line interface (CLI) tool allows you to interact with services like Dyndexer from the command line.

CLI

You will currently need to use cargo to install the tool:

cargo install syndica-cli --git https://github.com/Syndica/syndica-rs-sdk

Configuration

The CLI requires an API key from a Syndica stack to work within, which can be configured by running the command:

syndica configure

You can also set the API key via an environment variable SYNDICA_API_TOKEN