CLI Examples
Daily Workflow
bash
# Morning: check yesterday's earnings
payre earnings
# Register a new tool you just built
payre tools register --name translate --description "Translate text" --price 0.01
# Check which tools are active
payre tools list
# Monitor recent charges
payre chargesQuick Setup
bash
# Install and configure in one go
npm install -g @payre/cli
payre config set-key pyr_sk_live_xxxxxxxx
payre earnings # verify it works