Update ADK doc according to issue #1587 - 12#1608
Conversation
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
8. adk create instructions update-new interactive promptCurrent: not found > Update the adk create instructions to explain the new interactive prompt: users can now choose between Google AI, Vertex AI, or "Login with Google". There is a new interactive prompt available for the adk create command allowing you to choose between different models: Google AI, Vertex AI or “Login with Google”: Google AI (Gemini API Key)
Vertex AI (Enterprise/Manual Setup)
“Login with Google” (The New "Express Mode")> Explain that "Login with Google" uses Application Default Credentials (ADC) and can automatically provision a Vertex AI Express Mode project.
> Also, add a note echoing the CLI's new security warning: users must ensure the generated .env file is added to their .gitignore to prevent accidentally committing secrets like GOOGLE_API_KEY. CLI’s new security warning: Pro Tip: Reviewed by: |
Update the
adk createinstructions to explain the new interactive prompt: users can now choose between Google AI, Vertex AI, or "Login with Google". Explain that "Login with Google" uses Application Default Credentials (ADC) and can automatically provision a Vertex AI Express Mode project. Also, add a note echoing the CLI's new security warning: users must ensure the generated.envfile is added to their.gitignoreto prevent accidentally committing secrets likeGOOGLE_API_KEY.