Summary
vertexapis-research/CHEATSHEET.md references generator files that are not present in the repository checkout.
Referenced files:
vertex_generator.py
test_generator.sh
GENERATOR_README.md
Evidence
vertexapis-research/CHEATSHEET.md:133,147,153,161,195-196,209-210,235-243 reference those files.
- Running
rg --files | rg "vertex_generator\\.py|test_generator\\.sh|GENERATOR_README\\.md" in the repo returns no matches.
Why this matters
The cheat sheet currently sends users to commands and docs that do not exist in the cloned repo, so the gemini.vertexapis.com workflow looks broken/incomplete.
Suggested fix
Either:
- Add the missing files to the repo.
- Or remove/update the cheat sheet references if those assets were intentionally removed or moved.
Summary
vertexapis-research/CHEATSHEET.mdreferences generator files that are not present in the repository checkout.Referenced files:
vertex_generator.pytest_generator.shGENERATOR_README.mdEvidence
vertexapis-research/CHEATSHEET.md:133,147,153,161,195-196,209-210,235-243reference those files.rg --files | rg "vertex_generator\\.py|test_generator\\.sh|GENERATOR_README\\.md"in the repo returns no matches.Why this matters
The cheat sheet currently sends users to commands and docs that do not exist in the cloned repo, so the
gemini.vertexapis.comworkflow looks broken/incomplete.Suggested fix
Either: