monitoring-deployments

Monitoring Deployments

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "monitoring-deployments" with this command: npx skills add tdhopper/dotfiles2.0/tdhopper-dotfiles2-0-monitoring-deployments

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.

  1. List installations

tugboat installations list --component=<component-or-pattern>

  1. Get deployment status

tugboat deployments show --installation=<installation-id> <deployment-id>

For full JSON details:

tugboat deployments dump --installation=<installation-id> <deployment-id>

  1. Get version info

tugboat version <component-id> show <version-id>

  1. Summarize

Present concisely: state, progress %, version/commit, errors.

  1. 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

creating-pull-requests

No summary provided by upstream source.

Repository SourceNeeds Review
General

managing-dotfiles

No summary provided by upstream source.

Repository SourceNeeds Review
General

commit

No summary provided by upstream source.

Repository SourceNeeds Review
General

stop-slop

No summary provided by upstream source.

Repository SourceNeeds Review