Skip to content

Commit

Permalink
Merge pull request #1082 from graysonchen/patch-1
Browse files Browse the repository at this point in the history
ERROR (ArgumentError): Unknown boot_config subcommand clear
  • Loading branch information
djmb authored Oct 9, 2024
2 parents 7b48648 + 50c96e3 commit 7dc2609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/cli/proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def boot
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"
Expand Down

0 comments on commit 7dc2609

Please sign in to comment.