Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change name of --no-lock flag for install #2496

Closed
esuh-descript opened this issue Dec 14, 2023 · 2 comments
Closed

Change name of --no-lock flag for install #2496

esuh-descript opened this issue Dec 14, 2023 · 2 comments
Labels
⭐ enhancement Improvements for existing features

Comments

@esuh-descript
Copy link

Is your feature request related to a problem? Please describe.

Although the documentation is clear on what --no-lock does, the name is quite unintuitive, as it could be interpreted to also be to ignore lockfiles on read, rather than just on write.

Describe the solution you'd like

Package managers in the Node ecosystem like pnpm or yarn call this option --frozen-lockfile or --immutable, respectively. I think that something along those lines might be a more intuitive name.

@esuh-descript esuh-descript added the ⭐ enhancement Improvements for existing features label Dec 14, 2023
frostming added a commit that referenced this issue Dec 15, 2023
@deronnax
Copy link
Contributor

+1, we got several people on our team confused by --no-lock.

@deronnax
Copy link
Contributor

@frostming I think this issue can be closed (you probably wanted the commit 9c9426f to do it, but it did not)

frostming added a commit that referenced this issue Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐ enhancement Improvements for existing features
Projects
None yet
Development

No branches or pull requests

2 participants