We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d7a92 commit fbd8a6bCopy full SHA for fbd8a6b
1 file changed
config/.claude/skills/cloudrun-development/SKILL.md
@@ -110,8 +110,9 @@ Use CloudBase Run when the task needs a deployed backend service rather than a s
110
### Read operations
111
112
- `queryCloudRun(action="list")` -> list services
113
-- `queryCloudRun(action="detail")` -> inspect one service
+- `queryCloudRun(action="detail")` -> inspect one service and its latest deploy status when available
114
- `queryCloudRun(action="templates")` -> see available starters
115
+- `queryCloudRun(action="getDeployLog")` -> retrieve the latest deploy log or a specified `buildId`
116
117
### Write operations
118
0 commit comments