-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI Improvements #29
Comments
from the other PR comments
we should move/deprecate the OCA utils too, so OCA is just the web ui from ovos_config_assistant.module_helpers import pprint_core_module_info
pprint_core_module_info()
"""
## Mycroft module info
can import mycroft : True
is ovos-core : True
mycroft module location: /home/user/ovos-core/mycroft
## Downstream ovos.conf overrides
Module: neon_core
can import neon_core : False
neon_core module location: None
xdg compliance : True
base xdg folder : neon
mycroft config filename : neon.conf
default mycroft.conf path :
/home/user/NeonCore/neon_core/configuration/neon.conf
Module: hivemind
can import hivemind : False
hivemind module location: None
xdg compliance : True
base xdg folder : hivemind
mycroft config filename : hivemind.conf
default mycroft.conf path :
/home/user/PycharmProjects/ovos_workspace/ovos-core/.venv/lib/python3.9/site-packages/mycroft/configuration/mycroft.conf
## Downstream module overrides:
Module: neon_speech
uses config from : neon_core
can import neon_speech : False
neon_speech module location: None
Module: neon_audio
uses config from : neon_core
can import neon_audio : False
neon_audio module location: None
Module: neon_enclosure
uses config from : neon_core
can import neon_enclosure : False
neon_enclosure module location: None
Module: hivemind_voice_satellite
uses config from : hivemind
can import hivemind_voice_satellite : True
hivemind_voice_satellite module location: /home/user/HiveMind-voice-sat/hivemind_voice_satellite
"""
from ovos_config_assistant.config_helpers import pprint_ovos_conf
pprint_ovos_conf()
"""
## OVOS Configuration
ovos.conf exists : True
/home/user/.config/OpenVoiceOS/ovos.conf
xdg compliance : True
base xdg folder : mycroft
mycroft config filename : mycroft.conf
default mycroft.conf path :
/home/user/ovos-core/.venv/lib/python3.9/site-packages/mycroft/configuration/mycroft.conf
""" |
Related, #47 allows global env to override defaults |
As discussed in #24
The text was updated successfully, but these errors were encountered: