Replies: 1 comment
-
I think it's a bug? ❯ docker run --pull=always -it --rm --entrypoint bash jdxcode/mise:latest
root@19408ef68c42:/mise# mise config set alias.nushell aqua:nushell/nushell
root@19408ef68c42:/mise# mise use -g nushell
# mise WARN invalid aqua tool: nushell
# mise ERROR HTTP status client error (404 Not Found) for url (https://mise-versions.jdx.dev/aqua-registry/nushell/registry.yaml)
# mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
root@19408ef68c42:/mise# mise use -g aqua:nushell/nushell
# mise aqua:nushell/[email protected] ✓ installed mise /mise/config.toml # tools: aqua:nushell/[email protected]
root@19408ef68c42:/mise# cat config.toml
# [tools]
# "aqua:nushell/nushell" = "latest"
# python = "latest"
# [alias]
# nushell = "aqua:nushell/nushell" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, I'd like to make mise "understand"
mise install nushell
andmise tool nushell
, instead of having to domise install aqua:nushell/nushell
. And without having to PR it toregistry.toml
.Is this possible with mise? How? 🤔 I've looked at aliases, shorthands, but they don't seem to do what I need.
Beta Was this translation helpful? Give feedback.
All reactions