Closed
Description
Currently, according to cabal upload --help
it's possible to specify a username and password in the cabal.config file. Of course, storing passwords in config files is a horrible idea, ESPECIALLY when one wants to share/publish those. Thankfully cabal upload
has the helpful --password-command
flag to read the password from the stdout of another application, however as far as I know this password-command can't be specified in cabal.config?