Documentation Index
Fetch the complete documentation index at: https://docs.skyhook.io/llms.txt
Use this file to discover all available pages before exploring further.
skyhook deployments
List recent deployments for a service
Synopsis
List recent deployment history for a service.
Shows actual deployment events with environment, status, and runtime information.
skyhook deployments [flags]
Examples
skyhook deployments # List deployments for current service
skyhook deployments --service billing # List for specific service
skyhook deployments --env prod # Only show prod deployments
skyhook deployments --limit 20 # Show more history
skyhook deployments --days 7 # Show last 7 days
skyhook deployments --json # Output as JSON
Options
-d, --days int Number of days of history to fetch (default 30)
-e, --env string Only show deployments for this environment
-h, --help help for deployments
--json Output as JSON
--limit int Number of deployments to show (default 10)
-s, --service string Service to show deployments for
Options inherited from parent commands
--debug Enable debug mode (shows full API requests/responses)
-o, --org string Organization name
-v, --verbose Enable user-friendly verbose output
SEE ALSO
- skyhook - skyhook is a CLI tool to help you create and manage k8s services