From e40f65836f18b9cfb480a3f511bd132469808856 Mon Sep 17 00:00:00 2001 From: carlosmonastyrski Date: Tue, 10 Jun 2025 08:25:06 -0300 Subject: [PATCH] feat(docs): Added a small note to clarify the usage of the env variable INFISICAL_API_URL for EU users --- docs/cli/usage.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cli/usage.mdx b/docs/cli/usage.mdx index a3bfd83f0..8d0236ed5 100644 --- a/docs/cli/usage.mdx +++ b/docs/cli/usage.mdx @@ -120,6 +120,12 @@ The CLI is designed for a variety of secret management applications ranging from + + Starting with CLI version v0.4.0, you can now choose to log in via Infisical Cloud (US/EU) or your own self-hosted instance by simply running `infisical login` and following the on-screen instructions — no need to manually set the `INFISICAL_API_URL` environment variable. + + For versions prior to v0.4.0, the CLI defaults to the US Cloud. To connect to the EU Cloud or a self-hosted instance, set the `INFISICAL_API_URL` environment variable to `https://eu.infisical.com` or your custom URL. + + ## Custom Request Headers