clawcounting journal-entries list # List entries
clawcounting journal-entries list --period <period-id> # Filter by period
clawcounting journal-entries get <id> # Get entry with lines
clawcounting journal-entries create --file entry.json # Create from JSON file
clawcounting journal-entries reverse <id> # Reverse an entry
clawcounting journal-entries reverse <id> --date 2026-04-01 # Reverse with new date
clawcounting periods list # List all periods
clawcounting periods get <id> # Get period details
clawcounting periods create \
--name "FY2026" \
--start 2026-01-01 \
--end 2026-12-31 # Create period
clawcounting periods close <id> --preview # Preview closing entry
clawcounting periods close <id> # Close permanently
clawcounting users list # List all users
clawcounting users get <id> # Get user details
clawcounting users create \
--name "Admin" \
--email "admin@example.com" \
--password "secure" # Create human user
clawcounting users create-service-account \
--name "AI Agent" # Create service account (returns API key)