How to install and use Handover AI CLI
Install the CLI tool directly from this server using npm:
npm install -g https://your-domain.com/handover-ai-1.0.0.tgzLog in to this dashboard. Your License Key (API Key) is displayed on the top page.
Go to DashboardRun the activate command with your key to authenticate the CLI.
handover-ai activate <YOUR_LICENSE_KEY>Navigate to your project root and run the generate command.
It will analyze your code and generate handover documents.
handover-ai generate--lang <lang>Output language (ja, en, etc.)-o, --output <dir>Output directory (default: ./handover)--staticSkip AI generation (static analysis only)