diff --git a/lib/kamal/cli/proxy.rb b/lib/kamal/cli/proxy.rb index 03de5fe0e..030c44e14 100644 --- a/lib/kamal/cli/proxy.rb +++ b/lib/kamal/cli/proxy.rb @@ -21,7 +21,7 @@ def boot 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"