Package Script Writer (psw) Generate and run Umbraco CMS installation scripts using the CLI tool. Workflow 1. Check if PSW CLI is installed: If command not found, the .NET tools path may not be in PATH. Try: - Linux/Mac: - Windows: 2. If not installed, install it: 3. Then run the psw command (see below) Non-Interactive Usage (Claude Code) This is the command to use: Run this with since Umbraco is a long-running web server. Critical flags: - - REQUIRED - generates the full installation script (without this, only is generated which fails) - - use unattended install defaults - - execute the scri…