typo clear change to reset

kamal proxy boot_config clear
 
 ERROR (ArgumentError): Unknown boot_config subcommand clear
This commit is contained in:
Grayson Chen
2024-10-09 00:11:54 +08:00
committed by GitHub
parent 7b48648bf2
commit 50c96e36c0

View File

@@ -21,7 +21,7 @@ class Kamal::Cli::Proxy < Kamal::Cli::Base
end
end
desc "boot_config <set|get|clear>", "Mange kamal-proxy boot configuration"
desc "boot_config <set|get|reset>", "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"