You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 'hq job workdir' command for displaying job working directories
Implements the job workdir command requested in issue #644. The command
displays working directories for selected jobs, supporting all job selector
formats (ID, range, "last", "all").
Features:
- CLI output with job headers and working directory listings
- JSON output with structured job_id -> workdirs mapping
- Quiet output mode support
- Integrates with existing job selection and filtering
- Shows both submission directories and resolved task working directories
- Handles multiple jobs and deduplicates working directories
Usage:
- hq job workdir <selector>
- hq job workdir 1
- hq job workdir 1-5
- hq job workdir last
- hq job workdir all
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments