Document the rolling reboot option

This commit is contained in:
Lewis Buckley
2023-07-19 14:58:46 +01:00
parent 313f89a108
commit ecfd258093

View File

@@ -9,7 +9,7 @@ class Mrsk::Cli::Traefik < Mrsk::Cli::Base
end end
end end
method_option :rolling, type: :boolean, default: false method_option :rolling, type: :boolean, default: false, desc: "Reboot traefik on hosts in sequence, rather than in parallel"
desc "reboot", "Reboot Traefik on servers (stop container, remove container, start new container)" desc "reboot", "Reboot Traefik on servers (stop container, remove container, start new container)"
def reboot def reboot
mutating do mutating do