feat: project commit and project push#303
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces the project commit and project push-branch commands to the Looker CLI, along with their corresponding unit tests. The feedback focuses on improving Go idiomaticity and robustness: first, by replacing the unidiomatic pointer-to-slice (*[]string) with a standard slice in the request struct, and second, by retrieving flag values directly from cmd.Flags() instead of relying on global variables to avoid state persistence issues across executions.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
CI Tests 4 files 24 suites 0s ⏱️ Results for commit 48643e4. |
No description provided.