mise
- about
- demo and docs
- repo
- with built-in support for secrets
Installation
I use zsh with oh-my-zsh and added mise plugin to my .zshrc.
Troubleshooting
Error: usage CLI not found. This is required for completions to work in mise.
Resolution - install usage globally:
mise use -g usage
WARN GitHub rate limit exceeded.
Resolution from Troubleshooting:
pass a token.
In my .zshenv:
export MISE_GITHUB_TOKEN="ghp_xxxxxxxx"
Using mise with your repo
Steps:
- establish trust:
mise trust
- install the toolchain as specified in
mise.toml:
mise install
- you can now
mise run targetor justmise target