Manage Konflux application
/plugin marketplace add pavolloffay/claude-plugins/plugin install konflux@pavolloffaykonflux:application
/konflux:application status <application>
The konflux:application command to manage Konflux application.
This command helps you:
The command performs the following steps:
Prerequisites Check:
oc CLI is installed: which ococ whoamijq CLI is installed: which jqgit CLI is installed: which gitgit remote -vParse Arguments:
application: Application name (required)List components that belong to the application:
kubeclt get component -o yaml | jq '.items[] | select(.spec.application=="{application}")
.spec.application.spec.componentName.spec.source.git.url.status.lastBuiltCommitShow status for each Konflux component:
/konflux:component status {component}
/konflux:application status otel-main
/konflux:component status <component> - Show component status/konflux:component build <components> [--wait <duration>] [--wait-release <duration>] [--nudge] - Trigger component build