Solutions to the most common issues with the Krypt CLI. If your problem isn’t listed here, email support@krypthq.com.Documentation Index
Fetch the complete documentation index at: https://docs.krypthq.com/llms.txt
Use this file to discover all available pages before exploring further.
”krypt: command not found” after install
Cause: npm’s globalbin directory is not in your shell’s PATH.
Fix: Find npm’s prefix and add it to your PATH:
<prefix>/bin to your shell profile (~/.zshrc, ~/.bashrc, or equivalent):
source ~/.zshrc.
”EACCES: permission denied” on install
Cause: npm is trying to write to a system-owned directory. Fix: Either install withsudo:
”Not authenticated” when running commands
Cause: Your API key is invalid, expired, or was revoked. Fix: Log in again with a valid key:”Project ‘X’ not found”
Cause: The project doesn’t exist on Krypt, or your account doesn’t have access to it. Fix: Check which projects you can access:”Members cannot directly edit production secrets”
Cause: Your role is Member and you’re trying to push to production. Fix: Members must submit a change request for production edits. Use the dashboard to propose the change, then ask an Owner or Admin on your team to approve it.”Failed to fetch” / network errors
Cause: The Krypt API is unreachable — firewall, DNS, or proxy issue. Fix: Verify the API is up:Secrets pulled but .env shows old values
Cause: You pulled from the wrong environment, or secrets were updated after your last pull. Fix: Pull from the correct environment explicitly:krypt diff to compare what’s different between environments:
Still stuck?
Email support@krypthq.com with:- Your CLI version (
krypt --version) - The full command you ran
- The complete error output

