-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 2024.3.7 * Commit from GitHub Actions (test)
- Loading branch information
1 parent
08a3304
commit 3bde772
Showing
10 changed files
with
76 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -425,10 +425,11 @@ Options: | |
```text | ||
Install a tool version | ||
This will install a tool version to `~/.local/share/mise/installs/<PLUGIN>/<VERSION>` | ||
It won't be used simply by being installed, however. | ||
For that, you must set up a `.mise.toml`/`.tool-version` file manually or with `mise use`. | ||
Or you can call a tool version explicitly with `mise exec <TOOL>@<VERSION> -- <COMMAND>`. | ||
Installs a tool version to `~/.local/share/mise/installs/<PLUGIN>/<VERSION>` | ||
Installing alone will not activate the tools so they won't be in PATH. | ||
To install and/or activate in one command, use `mise use` which will create a `.mise.toml` file | ||
in the current directory to activate this tool when inside the directory. | ||
Alternatively, run `mise exec <TOOL>@<VERSION> -- <COMMAND>` to execute a tool without creating config files. | ||
Tools will be installed in parallel. To disable, set `--jobs=1` or `MISE_JOBS=1` | ||
|
@@ -454,6 +455,8 @@ Options: | |
-v, --verbose... | ||
Show installation output | ||
This argument will print plugin output such as download, configuration, and compilation output. | ||
Examples: | ||
$ mise install [email protected] # install specific node version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters