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
Direct rule targeting: Added support for specifying specific rules directly using workflow/rule syntax in ytw logs
Example: ytw logs my-workflow/my-rule fetches logs for a specific rule without prompts
Supports multiple specific rules: ytw logs workflow1/rule1 workflow2/rule2
Can be mixed with workflow-only targets: ytw logs workflow1/rule1 workflow2
Works with all existing options (--watch, --top, --all)
Bug Fixes
Fixed stale cache issue during pull/sync: Files deleted on YouTrack server were not being removed locally during pull operations. The server cache is now cleared before downloading to ensure fresh data is fetched.