Skip to content
/ zepcli Public

zepcli - a command line tool for managing the Zep service.

License

Notifications You must be signed in to change notification settings

getzep/zepcli

Repository files navigation

Zep CLI Tool

This is a CLI tool for managing Zep. It's functionality is currently limited to generating authentication secrets and JWT tokens.

Usage

Generating a secret and JWT token

zepcli -i

Installation

MacOS, Linux, and Windows binaries are available on the releases page.

From source

git clone https://github.com/getzep/zepcli.git
cd zepcli
make build

With go install

go install github.com/getzep/zepcli@latest