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
The mentioned differences can be divided into following topics:
Confirmation target restart and kill commands ask for confirmation once and if confirmed apply the corresponding operation for all instances (when target implies multiple instances, like app-target in case of multi-instances application) clean asks confirmation for every single instance implied by target.
Discard reply restart displays text • Restart is cancelled. kill produces no output, just finish the execution. clean displays • instance: cleaning... [ERR] canceled by user after every discarding.
State validation clean only asks for confirmation if an instance is not running, otherwise just skips it with displaying instance `some_instance` must be stopped kill asks for confirmation regardless of instances states.
Consider using the single approach.
The text was updated successfully, but these errors were encountered:
The mentioned differences can be divided into following topics:
restart
andkill
commands ask for confirmation once and if confirmed apply the corresponding operation for all instances (when target implies multiple instances, like app-target in case of multi-instances application)clean
asks confirmation for every single instance implied by target.restart
displays text• Restart is cancelled.
kill
produces no output, just finish the execution.clean
displays• instance: cleaning... [ERR] canceled by user
after every discarding.clean
only asks for confirmation if an instance is not running, otherwise just skips it with displayinginstance `some_instance` must be stopped
kill
asks for confirmation regardless of instances states.Consider using the single approach.
The text was updated successfully, but these errors were encountered: