Merge pull request #3655 from Infisical/fix/cliCustomHeadersDoc

Fix CLI custom headers doc tip
This commit is contained in:
carlosmonastyrski
2025-05-27 13:08:46 +01:00
committed by GitHub

View File

@@ -130,7 +130,7 @@ The CLI is designed for a variety of secret management applications ranging from
export INFISICAL_CUSTOM_HEADERS="Access-Client-Id=your-client-id Access-Client-Secret=your-client-secret"
# Execute Infisical commands after setting the environment variable
infisical secrets ls
infisical secrets
```
This functionality enables secure interaction with Infisical instances that require specific authentication headers.