Approve pending InstallPlans for operator installations and upgrades
/plugin marketplace add openshift-eng/ai-helpers/plugin install olm@ai-helpers<operator-name> [namespace] [--all]## Name olm:approve ## Synopsis ## Description The `olm:approve` command approves pending InstallPlans for operators with manual approval mode. This is required for operators that have `installPlanApproval: Manual` in their Subscription to proceed with installation or upgrades. This command helps you: - Approve operator installations that are waiting for manual approval - Approve operator upgrades - Review what will be installed/upgraded before approval - Batch approve multiple pending InstallPlans ## Implementation The command performs the following steps: 1. **Parse Arguments**: ...