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
Related, like --move-hosts we should also prompt in the quads-cli --setup RFE #449 steps if users want to replace the default commands for any of these, but display/save the default choice.
The text was updated successfully, but these errors were encountered:
Take the remaining cron services we use for QUADS and convert them to argparse sub-commands. A model we follow for
--move-hosts
is ideal here.e.g.
quads-cli --validate-env
=/opt/quads/quads/tools/validate_env.py
quads-cli --regen-wiki
=/opt/quads/quads/tools/regenerate_wiki.py
quads-cli --notify
=/opt/quads/quads/tools/notify.py
quads-cli --foreman-rbac
=/opt/quads/quads/tools/foreman_heal.py
quads-cli --regen-heatmap
=/opt/quads/quads/tools/simple_table_web.py
quads-cli --regen-instack
=/opt/quads/quads/tools/make_instackenv_json.py
Related, like
--move-hosts
we should also prompt in thequads-cli --setup
RFE #449 steps if users want to replace the default commands for any of these, but display/save the default choice.The text was updated successfully, but these errors were encountered: