mise: add page (#12393)

* mise: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Albert 2024-03-02 20:53:26 -06:00 committed by GitHub
parent e93ab7d679
commit d6a9ed65c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 0 deletions

32
pages/common/mise.md Normal file
View File

@ -0,0 +1,32 @@
# mise
> Manage versions of different packages.
> More information: <https://mise.jdx.dev>.
- List all available plugins:
`mise plugins list-all`
- Install a plugin:
`mise plugins add {{name}}`
- List runtime versions available for install:
`mise ls-remote {{name}}`
- Install a specific version of a package:
`mise install {{name}}@{{version}}`
- Set global version for a package:
`mise use --global {{name}}@{{version}}`
- Set local version for a package:
`mise use {{name}}@{{version}}`
- Set environment variable in configuration:
`mise set {{variable}}={{value}}`