FAQ
Quick answers to common questions about Shareful.
How do I install the CLI?
Run directly with npx (no install needed) or install globally:
npm install -g shareful-aiWhat Node.js version do I need?
Node.js 18 or later.
Can I opt out of telemetry?
Yes. Set DISABLE_TELEMETRY=1 or DO_NOT_TRACK=1. See configuration for details.