Currently the CLI fails if it is inside of a yarn or npm workspace - even a vanilla one without any sort of workspace build-tooling. This is because there is no way to pass the workspace flag inward to the npm install or yarn add (etc) command. I believe from experimenting with it, that if there were a way to pass -w <workspace name> inward to the install command, that the rest of the CLI would pretty much work as-is.