-
For example, I'd like to make mise "understand" 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.
Answered by
o-l-a-v
Jan 10, 2025
Replies: 2 comments
-
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
-
Seems to be solved now in #4007. 😊 PS > mise config get alias
nushell = "aqua:nushell/nushell"
pwsh = "aqua:PowerShell/PowerShell"
PS > mise install pwsh
mise pwsh@7.4.6 ✓ installed
PS > mise --version
_ __
____ ___ (_)_______ ___ ____ ____ / /___ _________
/ __ `__ \/ / ___/ _ \______/ _ \/ __ \______/ __ \/ / __ `/ ___/ _ \
/ / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/
/_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/
/_/
2025.1.3 windows-x64 (bc1fa08 2025-01-09)
PS > |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
o-l-a-v
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems to be solved now in #4007. 😊