Skip to content

Commit

Permalink
Update tips-and-tricks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Nov 30, 2024
1 parent fcc6b59 commit 039b19d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,20 @@ Requested Version: latest
Config Source: ~/src/mise/mise.toml
Tool Options: [none]
```

## `mise cfg`

List the config files mise is reading in a particular directory with `mise cfg`:

```sh
❯ mise cfg
Path Tools
~/.config/mise/config.toml (none)
~/.mise/config.toml (none)
~/src/mise.toml (none)
~/src/mise/.config/mise/conf.d/foo.toml (none)
~/src/mise/mise.toml actionlint, bun, cargo-binstall, cargo:…
~/src/mise/mise.local.toml (none)
```

This is helpful figuring out which order the config files are loaded in to figure out which one is overriding.

0 comments on commit 039b19d

Please sign in to comment.