mise
mise copied to clipboard
dev tools, env vars, task runner
The post plugin update script is not used yet. Also see: https://asdf-vm.com/plugins/create.html#bin-post-plugin-update The environment variable `ASDF_PLUGIN_PATH` would also be important.
In this PR, I introduce a configuration value that changes the location of the global tool-versions file to be a sibling of the `config.toml` file. By default, the location is...
I didn't add this yet since I couldn't find a plugin that actually had one, but golang does so I can use that as a reference.
Contributing to rtx is a bit painful. The E2E and unit tests can be impacted by the local environment. If you have `rtx activate` set, it will almost certainly do...
Here's what we can do with a lockfile: 1. we can make `rtx local --fuzzy` the default behavior (since the real version will be locked) which is probably what people...
plugins should have some form of autoupdating, of course this should be something the user can opt out of As an alternative, perhaps just notifying about updates would be enough....
there should be a way to update and install a plugin to a specific sha and branch For some prior art, this has been discussed in asdf: * https://github.com/asdf-vm/asdf/issues/166 *...
direnv shows messages like this which I think are useful: ``` ~ ❯ cd .. direnv: unloading /Users ❯ cd direnv: loading ~/.envrc direnv: export +RTX_DATA_DIR +RTX_LOG_FILE +RTX_LOG_FILE_LEVEL ~PATH ```...
this is a hard problem since the fix might break the behavior in unexpected ways. However because we're doing dumb prefix matching, that means `[email protected]` matches things like `1.10.0` when...
We need some things with logging: - [ ] fix the `--log-level` cli flag (it doesn't work at all right now). This is actually a really hard change but must...