Getting Started with the CLI
Quick start guide for the Zipwire CLI
Installation
Via NPM (Recommended)
npm install -g @zipwire/zwzw --versionnpm update -g @zipwire/zwVia npx (No Installation)
npx @zipwire/zw --help
npx @zipwire/zw activity list
npx @zipwire/zw journal track "Quick entry" -d 1h --activity "Company > Project"From Source
Step 1: Authenticate
Option A: Browser Login (Recommended)
Option B: Manual Token
Check Authentication Status
Step 2: Your First Command
Step 3: Track Your First Time Entry
What's Next?
Need Help?
Last updated