Environment Variables
Pakyas follows the standard 12-factor app configuration principles.
Core Variables
Section titled “Core Variables”| Variable | Description |
|---|---|
PAKYAS_API_KEY | Your API Key (pk_live_... or pk_test_...). Required unless using --public_id. |
PAKYAS_PUBLIC_ID | Check UUID for --public_id flag. No authentication required when using this. |
PAKYAS_ORG | (Optional) Organization slug or ID to scope checks to. |
PAKYAS_PROJECT | (Optional) Project slug or ID to scope checks to. |
CLI Options
Section titled “CLI Options”These variables affect the behavior of the pakyas CLI.
| Variable | Default | Description |
|---|---|---|
PAKYAS_CONFIG_DIR | ~/.config/pakyas | Location of local config files. |
PAKYAS_NO_COLOR | false | Disable colored output. |
PAKYAS_API_URL | https://api.pakyas.com | (Self-hosted only) API endpoint. |
Example .env
Section titled “Example .env”PAKYAS_API_KEY=pk_live_xxxxxPAKYAS_PROJECT=production