Start here
CLI reference

CLI Reference

The Bissap CLI helps you manage projects and keys from your terminal.

Installation

npx @bissap/cli

Commands

bissap init

Scaffold environment files for a new Bissap project.

bissap init

bissap check-config

Validate your configuration.

bissap check-config

bissap revoke-key

Revoke a specific API key.

bissap revoke-key --project-id <uuid> --key-id <uuid> --token <jwt>

For key rotation workflows, see Rotate keys safely.