-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Paint Point? Please describe.
Currently the CLI warns the user if sudo privileges are required to run the docker commands. It would be useful if the CLI would attempt to run as sudo before giving up.
Desired Solution
Auto try to run the commands as sudo instead of forcing the user to re-run the command. We should add some logging that sudo is required and that we will be attempting to run as sudo. Only if auto-trying to run and then failing should we force the user to run seed commands as sudo.
Alternative / Workaround
Run seed commands as sudo.