A Buildkite plugin that makes using mise delightful in CI.
Mise is a fast, polyglot development tool that manages development tools, runtime versions (like Node, Python, Go), environment variables, and tasks on a per-project basis. It works by using a mise.toml file to create consistent environments, functioning as a faster alternative to asdf, direnv, hermit and similar tools.
Add the following to your pipeline.yml:
steps:
- command: ls
plugins:
- elastic/mise#v1.0.1: ~