We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfed52e commit 66c24cfCopy full SHA for 66c24cf
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