@startuml
as FAPI
FAPI -up-> [Foreman Server]
as FCP
FCP -up-> FAPI
as KCLI
KCLI -up-> [Katello Server]
as KCP
KCP -up-> KCLI
package “CLI Framework” {
() "Command Plugins" as CP [Shell] [Autocompletion]
}
CP -up-> [Other Commands Plugin(s)] CP -up-> FCP CP -up-> KCP
@enduml