Right now the it seems that the only way to pass credentials to a command ist to have them in the url. eg. https://user:pass@github.com.
That's sadly not enough for me as it looks like Github is not allowing Personal Access Tokens as password in urls.
It would be great to have the ability to just pass username, password combo to exec_command or have them read out of some environment variables.