Common Workflows
Common workflows and examples for the Zipwire CLI
Workflow 1: Daily Time Tracking
# Morning: Log your first task
zw journal track "Fixed authentication bug in login flow" -d 2h --activity "Client A > Development > Bug Fixes"
# Midday: Log another task
zw journal track "Code review for pull requests" -d 1h --activity "Client A > Development > Code Review"
# Afternoon: Log your final task
zw journal track "Documentation updates" -d 1.5h --activity "Client A > Documentation"
# End of day: Review what you tracked
zw journal list --today
# View summary of hours per activity
zw journal statusWorkflow 2: Create and Submit a Timesheet
Workflow 3: Manage Activities
Workflow 4: Automated Daily Tracking (Script)
Workflow 5: Structured Output for Integration
Workflow 6: Multiple Client Setup
Workflow 7: Git Integration

Workflow 8: Querying Your Data
Tips for Automation
Next Steps
Last updated