kamal proxy boot_config get/reset not working without parameters
CLI
$ kamal proxy boot_config reset --https-port
No value provided for option '--https-port'
$ kamal proxy boot_config get --https-port
No value provided for option '--https-port'
From my understanding, reset should reset config to the default value, get should show the active value. So why do I have to provide a value?
You should be able to run kamal proxy boot_config reset or kamal proxy boot_config get without the --https-port.
So it would be less confusing if the error message would be something like reset sub command allows no options instead of No value provided for option '--https-port'
Yes good point! I'll re-open
Hmm this will be tricky to fix - the parsing of the options happens in Thor before we get our hands on them. Not sure this is worth the effort of fixing.
Maybe though we should just have boot_config_set, boot_config_get and boot_config_reset.