Following the pattern of the horizon:pause-supervisor and horizon:continue-supervisor commands, this PR aims to address Issue 1461 by introducing a horizon:status-supervisor command.
The existing horizon:status command only checks for the presence of a single paused supervisor before reporting that "Horizon is paused". This new command will allow users with multiple configurations to see accurate statuses for each supervisor.
Following the pattern of the
horizon:pause-supervisor
andhorizon:continue-supervisor
commands, this PR aims to address Issue 1461 by introducing ahorizon:status-supervisor
command.The existing
horizon:status
command only checks for the presence of a single paused supervisor before reporting that "Horizon is paused". This new command will allow users with multiple configurations to see accurate statuses for each supervisor.