-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It has long been the case that these commands lack functionality that `mise use` provides and they have been hidden for over a year. They exist just for users coming from asdf but have been discouraged since almost the beginning of rtx.
- Loading branch information
Showing
9 changed files
with
37 additions
and
50 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
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 |
---|---|---|
|
@@ -183,7 +183,6 @@ trusted_config_paths = [ | |
] | ||
|
||
verbose = false # set to true to see full installation output, see `MISE_VERBOSE` | ||
asdf_compat = false # set to true to ensure .tool-versions will be compatible with asdf, see `MISE_ASDF_COMPAT` | ||
http_timeout = "30s" # set the timeout for http requests as duration string, see `MISE_HTTP_TIMEOUT` | ||
jobs = 4 # number of plugins or runtimes to install in parallel. The default is `4`. | ||
raw = false # set to true to directly pipe plugins to stdin/stdout/stderr | ||
|
@@ -352,13 +351,6 @@ Uses [dotenvy](https://crates.io/crates/dotenvy) under the hood. | |
Set the version for a runtime. For example, `MISE_NODE_VERSION=20` will use <[email protected]> regardless | ||
of what is set in `.tool-versions`/`.mise.toml`. | ||
|
||
### `MISE_USE_TOML=1` | ||
|
||
Set to `0` to default to using `.tool-versions` in `mise local` instead of `mise.toml` for | ||
configuration. | ||
|
||
This is not used by `mise use` which will only use `mise.toml` unless `--path` is specified. | ||
|
||
### `MISE_TRUSTED_CONFIG_PATHS` | ||
|
||
This is a list of paths that mise will automatically mark as | ||
|
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
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