The prime-cli backup and prime-cli upgrade commands require interactive key presses (e.g., “Hit Enter or Return”) to proceed. This makes it less convenient to automate updates and backups.
Could a --yes or --non-interactive flag be added to skip confirmation prompts and assume defaults? This would allow straightforward use in cron jobs, Ansible playbooks, and other automation without needing to wrap prime-cli in expect scripts.
Thanks!