qbt settings set password - fedarovich/qbittorrent-cli GitHub Wiki
Sets the default password.
qbt settings set password [options]
Option | Description |
---|---|
--no-warn -y
|
Do not warn about storing password may be unsecure. |
--help -h -?
|
Show help information |
It may be not safe to store the password this way. This command does not accept the password to set as a parameter.It will ask you input your password instead, the input being masked with an asterisk. If you want to pass the password to this command in an automation script, use pipe: echo <YOUR_PASSWORD> | qbt settings set password