mise lock with mise.local.toml #8000
Unanswered
Sbou
asked this question in
Troubleshooting and bug reports
Replies: 2 comments 8 replies
|
Description from duplicate #8003, with reproducible example: Problem
Reproductionmkdir test && cd test
cat > mise.toml << 'EOF'
[tools]
jq = "latest"
EOF
cat > mise.local.toml << 'EOF'
[env]
FOO = "bar"
EOF
mise lock
ls mise*.lock
# Output: mise.local.lock ← mise.lock not createdAlso, when when tools are in both files, everything goes into Why this mattersCommon pattern:
Current behavior silently writes and reads gitignored Suggested behaviorOne lockfile per config file - tools defined in tested with mise 2026.2.3 linux-x64 |
8 replies
|
Issue is resolved by release 2026.3.7 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I try to use the new feature to create a lock file by I have a bad behavior.
If I have a mise.local.toml file the following command create mise.local.lock file instead of mise.lock
Following the documentation, it should create the local file only if I execute this command:
Thanks,
All reactions