summaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
authorstarsandskies <[email protected]>2025-06-25 09:45:40 -0700
committerGitHub <[email protected]>2025-06-25 16:45:40 +0000
commit0915bf7d677504c28b079693a0fe1c853adc456e (patch)
tree9b6f036fbced7bce083cd64df8a64bc62c4ec08b /docs/cli
parent9897a2b80a6f371363faf1345f406ea581b841db (diff)
Remove GEMINI_CODE_ASSIST env variable from configuration.md doc (#1514)
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/configuration.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md
index d22aa4b9..497b1d74 100644
--- a/docs/cli/configuration.md
+++ b/docs/cli/configuration.md
@@ -260,11 +260,6 @@ The CLI automatically loads environment variables from an `.env` file. The loadi
- Required for using Vertex AI in non express mode.
- If using Vertex AI, ensure you have the necessary permissions and set the `GOOGLE_GENAI_USE_VERTEXAI=true` environment variable.
- Example: `export GOOGLE_CLOUD_LOCATION="YOUR_PROJECT_LOCATION"`.
-- **`GEMINI_CODE_ASSIST`**:
- - Enables Code Assist functionality.
- - Accepts `true`, `false`, or a custom command string.
- - If you are using an Enterprise account you should also set the `GOOGLE_CLOUD_PROJECT` environment variable.
- - Example: `export GEMINI_CODE_ASSIST=true`.
- **`GEMINI_SANDBOX`**:
- Alternative to the `sandbox` setting in `settings.json`.
- Accepts `true`, `false`, `docker`, `podman`, or a custom command string.