# Usecase When a project needs to have multiple lock files for different users, it is convenient to be able to rename the lockfile. ## API Suggestion ```bash uv lock --lockfile my_uv_lock_file.lock ``` ## Context [pdm](https://pdm-project.org/en/latest/usage/lockfile/#specify-another-lock-file-to-use) has this feature.