is there a way to set Osquery to update as well, o...
# kolide
g
is there a way to set Osquery to update as well, or is that something separate and I'd just need to redbuild the package(s) when there's an update?
s
Launcher automatically updates itself and osqueryd if you have the
--autoupdate
flag set to true
g
Ah, thanks. so I need
--autoupdate=true
and
--update_channel=stable
?
Is there somewhere that lists all the flags and the variables?
s
Running
launcher --dev_help
will list all of the options, including the default values for each option
g
Perfect. Thanks