We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6d777a + 66c24cf commit 4aeb499Copy full SHA for 4aeb499
1 file changed
README.md
@@ -46,7 +46,9 @@ gemini extensions install https://github.com/gemini-cli-extensions/dataplex
46
47
Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.
48
49
-* `DATAPLEX_PROJECT`: The GCP project ID.
+```bash
50
+export DATAPLEX_PROJECT="<your-gcp-project-id>"
51
+```
52
53
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
54
0 commit comments