monitoring-deployments
3
总安装量
2
周安装量
#60056
全站排名
安装命令
npx skills add https://github.com/tdhopper/dotfiles2.0 --skill monitoring-deployments
Agent 安装分布
cursor
2
mcpjam
1
claude-code
1
zencoder
1
crush
1
cline
1
Skill 文档
Monitoring Deployments
Monitor Spotify deployments via the Tugboat CLI with optional GCP log tailing.
Prerequisites
Check if tugboat exists. If not, auto-install:
uv tool install --from git+ssh://git@ghe.spotify.net/warpspeed/tugboat-cli.git tugboat-cli
Workflow
1. Get component
Use provided component name/pattern, or ask the user.
2. List installations
tugboat installations list --component=<component-or-pattern>
3. Get deployment status
tugboat deployments show --installation=<installation-id> <deployment-id>
For full JSON details:
tugboat deployments dump --installation=<installation-id> <deployment-id>
4. Get version info
tugboat version <component-id> show <version-id>
5. Summarize
Present concisely: state, progress %, version/commit, errors.
6. Offer log tailing
When in-progress or failed, offer to tail GCP logs. Parse log info from tugboat output and run:
gcloud logging tail "<filter>" --project=<project>
Batch mode
For patterns like fan-audio-*, show a table of all matching components.
Errors
- Auth issues â
gcloud auth login - Missing tugboat â auto-install
- Bad component â list available ones