Frequently Asked Questions about Infisical CLI
I'm getting a Keyring related error message when trying to login
Can I fetch secrets with Infisical if I am offline?
run
/secret
command will utilize the saved secrets, even when offline, on subsequent fetch attempts.Can I upload the .infisical.json file that was generated?
Where can I find my Project ID?
How do I use custom headers with the Infisical CLI?
INFISICAL_CUSTOM_HEADERS
environment variable:Why would I need to use custom headers?
What format should I use for the custom headers?
headername1=headervalue1 headername2=headervalue2
, with spaces separating each header-value pair. For example: