You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
Some time ago we deprecated the cli/disable/cli/enable commands of the health-check container in favour of cli disable <reason>/cli enable. The issue is that this change did not make it to the portal-disable.sh and portal-enable.sh, making those scripts unusable.
Trying to use them today results in this:
user@eu-fin-5:~/skynet-webportal$ ./scripts/portal-down.sh
DEPRECATED: 'cli/disable' command is deprecated, use 'cli disable' instead
cli disable <reason>
Mark portal as disabled (provide meaningful reason)
Options:
--version Show version number [boolean]
--help Show help [boolean]
Not enough non-option arguments: got 0, need at least 1
Resolution steps
Switch from cli/disable to cli disable command.
Add a reason parameter to portal-disable.sh and make it required (or with a default value).
Describe the bug
Some time ago we deprecated the
cli/disable
/cli/enable
commands of thehealth-check
container in favour ofcli disable <reason>
/cli enable
. The issue is that this change did not make it to theportal-disable.sh
andportal-enable.sh
, making those scripts unusable.Trying to use them today results in this:
Resolution steps
cli/disable
tocli disable
command.portal-disable.sh
and make it required (or with a default value).To Reproduce
Expected behavior
Screenshots
Version Information (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: