Getting Started with the CLI
Quick start guide for the Zipwire CLI
Installation
Via NPM (Recommended)
npm install -g @zipwire/zwzw --versionVia npx (No Installation)
npx @zipwire/zw --help
npx @zipwire/zw activity listFrom Source
git clone https://github.com/zipwireapp/zwcli.git
cd zwcli
go build -o zw ./cmd/zw
sudo mv zw /usr/local/bin/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