From 50c96e36c094a47431235c8b8c2a051dc9b28b39 Mon Sep 17 00:00:00 2001 From: Grayson Chen Date: Wed, 9 Oct 2024 00:11:54 +0800 Subject: [PATCH] typo clear change to reset kamal proxy boot_config clear ERROR (ArgumentError): Unknown boot_config subcommand clear --- lib/kamal/cli/proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/cli/proxy.rb b/lib/kamal/cli/proxy.rb index 03de5fe0..030c44e1 100644 --- a/lib/kamal/cli/proxy.rb +++ b/lib/kamal/cli/proxy.rb @@ -21,7 +21,7 @@ class Kamal::Cli::Proxy < Kamal::Cli::Base end end - desc "boot_config ", "Mange kamal-proxy boot configuration" + desc "boot_config ", "Mange kamal-proxy boot configuration" option :publish, type: :boolean, default: true, desc: "Publish the proxy ports on the host" option :http_port, type: :numeric, default: Kamal::Configuration::PROXY_HTTP_PORT, desc: "HTTP port to publish on the host" option :https_port, type: :numeric, default: Kamal::Configuration::PROXY_HTTPS_PORT, desc: "HTTPS port to publish on the host"