When using the CLI and calling --get with any invalid option, the CLI itself provides a list of all the options you can view or configure. The problem is that it only shows two levels, and options at a third level, such as those for MQTT, do not appear. Specifically, I'm referring to these three:
mqtt.map_report_settings.position_precision
mqtt.map_report_settings.publish_interval_secs
mqtt.map_report_settings.should_report_location
In addition to those three options, the last one is particularly interesting because it can only be configured via the CLI (at least it doesn't appear in either the Android app or the web app; I don't know if it appears in the iOS app because I have no way of checking).
When using the CLI and calling
--getwith any invalid option, the CLI itself provides a list of all the options you can view or configure. The problem is that it only shows two levels, and options at a third level, such as those for MQTT, do not appear. Specifically, I'm referring to these three:mqtt.map_report_settings.position_precisionmqtt.map_report_settings.publish_interval_secsmqtt.map_report_settings.should_report_locationIn addition to those three options, the last one is particularly interesting because it can only be configured via the CLI (at least it doesn't appear in either the Android app or the web app; I don't know if it appears in the iOS app because I have no way of checking).