Open cobordism opened 1 month ago
AFAIK, that is WAD - Working As Designed.
AFAIK, that is WAD - Working As Designed.
then how would I query what the configuration is of the bee client that is currently running?
$ bee -h | grep printconfig
printconfig Print default or provided configuration in yaml format
Looks like it should print default or provided configuration in yaml format. no?
Context
Summary
bee
was installed viaapt install bee=2.1.0
and started viasystemctl
. The configuration file is in/etc/bee/bee.yaml
Expected behaviour
I expect
bee printconfig
to return the configuration of the running bee... or at leastsudo bee printconfig
. At the very very least I would expectsudo -u bee bee printconfig
to print the correct config of the running bee and for the documentation to call out the need forsudo -u bee
.Actual behavior
bee printconfig
prints the default configuration and completely ignores the configuration in/etc/bee
that the running bee is using.Steps to reproduce
install
bee
from apt repository. Startbee
withsystemctl start bee.service
note:
Possible solution
query the running bee to dump its actually used configuration ?