From ecfd258093f8fd082a1babee6dfbc043fa6ebaa8 Mon Sep 17 00:00:00 2001 From: Lewis Buckley Date: Wed, 19 Jul 2023 14:58:46 +0100 Subject: [PATCH] Document the rolling reboot option --- lib/mrsk/cli/traefik.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mrsk/cli/traefik.rb b/lib/mrsk/cli/traefik.rb index e404f0fd..42d610d3 100644 --- a/lib/mrsk/cli/traefik.rb +++ b/lib/mrsk/cli/traefik.rb @@ -9,7 +9,7 @@ class Mrsk::Cli::Traefik < Mrsk::Cli::Base 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)" def reboot mutating do