kamal
kamal copied to clipboard
kamal proxy boot_config documentation quirks
https://kamal-deploy.org/docs/commands/proxy/ has some quirks:
- On the top it says
kamal proxy boot_config <set|get|reset>, on the bottomkamal proxy boot_config <set|get|clear> - What's the difference between
--no-publish,--skip-publish? - What's the unit of
--log-max-size? Lines? Bytes? --log-max-size: In the text it says "10m". So could be also "10k", "10", "10g"?- While I don't have a direct idea how to make it better, it should be made clear that "options" in the context of
kamal proxy boot_configare not really optional - It's somehow confusing that some configurations are set in the standard kamal
config.ymlfile, and some are set viakamal proxy boot_config. I guess there are good reasons for that, but I wish it would be more clear from the documentation
- It should be made clear that
setrequires at least one option, whilegetandresetdon't accept any options (see #1310)