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

Artem

08/04/2022, 9:07 PM
Hi folks! Is it possible to make an option for
/usr/local/bin/fleet prepare db --config /etc/fleetdm/fleetdm.yml
to use this command in non-interactive mode? I would like to update Fleet using ansible-playbook, but often get a freeze during this stage, because this command waits for the action from user.
k

Kathy Satterlee

08/04/2022, 9:11 PM
Sounds like
--no-prompt
should do the trick!
a

Artem

08/04/2022, 9:14 PM
Hi @Kathy Satterlee! Thank you! This is what I need!
k

Kathy Satterlee

08/04/2022, 9:29 PM
Any time 🙂