I'm creating a bitbucket pipeline and after the execution of a npm command I have to provide username and password. Normally in my computer I'm the one entering the username and password typing. How can I accomplish this in the bitbucket pipeline YAML file?
Example:
npm install X
after that username is asked:
Username: