Image the following scenario: you have a private Bitbucket repository that contains a package you want to use in your project. You want to use pnpm
as your package manager, and you want to be able to install the package both locally and in your CI/CD pipeline.
Normally you have SSH configured on your local machine, so you can run
pnpm add git+ssh://git@bitbucket.org/my-org/main-dependency-package.git