CLI Reference
The Bissap CLI helps you manage projects and keys from your terminal.
Installation
npx @bissap/cliCommands
bissap init
Scaffold environment files for a new Bissap project.
bissap initbissap check-config
Validate your configuration.
bissap check-configbissap 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.