rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

Support lockfile-explorer for subspace feature

Open L-Qun opened this issue 1 year ago • 0 comments

Summary

Currently, if a repo is enabled with subspace feature, the lockfile-explorer command is no longer working. It complains that Error: [Error: File does not exist

This is due to that in subspace, we moved the common/temp folder as well as the pnpm-workspace.yaml file location.

This PR is to address this issue. Users now will be able to input the subspace name when calling the lockfile-explorer command, like lockfile-explorer --subspace <subspace_name>. The command will use the default subspace if it is not provided.

image

How it was tested

Manually tested with Rushstack repo locally.

L-Qun avatar Apr 26 '24 06:04 L-Qun