| ▲ | Onavo 2 hours ago | |
I wish mise has better secrets management or allows for split config e.g. a repo wide config that's to be shared and a personal config that can override whatever's necessary. It's difficult to commit mise.toml because the [env] section almost always contains sensitive variables. | ||
| ▲ | LeBit 11 minutes ago | parent | next [-] | |
Like someone said, there is fnox by the same author for secrets. Whatever is truly local (not necessarily secrets ) should go in mise.local.toml and not be version controlled. You also have MISE_ENV if you want to manage completely different environments. | ||
| ▲ | coryplastek 2 hours ago | parent | prev | next [-] | |
mise looks in a number of places for configuration and recommends using a `mise.local.toml` file for local-only configurations: https://mise.jdx.dev/configuration.html the same author has a separate but related project called fnox which focuses on secrets management and integrates with mise: | ||
| ▲ | Volundr 2 hours ago | parent | prev [-] | |
Are you aware of fnox by the same author? | ||