You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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?
The text was updated successfully, but these errors were encountered:
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'
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.
CLI
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?The text was updated successfully, but these errors were encountered: