https://github.com/osquery/osquery logo
Title
g

Guy

06/05/2019, 10:09 AM
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

sundsta

06/05/2019, 2:47 PM
Launcher automatically updates itself and osqueryd if you have the
--autoupdate
flag set to true
g

Guy

06/05/2019, 3:07 PM
Ah, thanks. so I need
--autoupdate=true
and
--update_channel=stable
?
Is there somewhere that lists all the flags and the variables?
s

sundsta

06/05/2019, 3:46 PM
Running
launcher --dev_help
will list all of the options, including the default values for each option
g

Guy

06/05/2019, 3:53 PM
Perfect. Thanks