Show a quick reference for using the Affinity Python SDK and xaffinity CLI.
/plugin marketplace add yaniv-golan/affinity-sdk/plugin install affinity-sdk@affinity-sdkcommands/Show a quick reference for using the Affinity Python SDK and xaffinity CLI. ## IMPORTANT: Read-Only by Default Always use read-only mode unless the user explicitly approves data modification. CRM data is sensitive! ## SDK Quick Start ## CLI Quick Start **Always use: `--dotenv --readonly --json`** ## Key Gotchas 1. **Always use `--json`**: For structured, parseable output 2. **Always use `--readonly`**: Only allow writes when user explicitly approves 3. **Always use `--dotenv`**: Loads API key from .env file 4. **Use typed IDs (SDK)**: `PersonId(123)` not `123` 5. **Filters only w...