Skip to content

Commit

Permalink
feat: added more aqua tools (#3082)
Browse files Browse the repository at this point in the history
* feat: added more aqua tools

* feat: added more aqua tools
  • Loading branch information
jdx authored Nov 19, 2024
1 parent e2acf1d commit af36cfd
Show file tree
Hide file tree
Showing 18 changed files with 269 additions and 139 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hyperfine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Comment on PR
uses: thollander/actions-comment-pull-request@v3
if: github.event_name == 'pull_request'
continue-on-error: true
#if: "startsWith(github.event.pull_request.title, 'perf:') || startsWith(github.event.pull_request.title, 'chore: release')"
with:
file-path: comment.md
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Answer yes to all confirmation prompts
- [`mise plugins uninstall [-p --purge] [-a --all] [PLUGIN]...`](/cli/plugins/uninstall.md)
- [`mise plugins update [-j --jobs <JOBS>] [PLUGIN]...`](/cli/plugins/update.md)
- [`mise prune [FLAGS] [PLUGIN]...`](/cli/prune.md)
- [`mise registry [-b --backend <BACKEND>] [NAME]`](/cli/registry.md)
- [`mise registry [-b --backend <BACKEND>] [--hide-aliased] [NAME]`](/cli/registry.md)
- [`mise reshim [-f --force]`](/cli/reshim.md)
- [`mise run [FLAGS]`](/cli/run.md)
- [`mise self-update [FLAGS] [VERSION]`](/cli/self-update.md)
Expand Down
6 changes: 5 additions & 1 deletion docs/cli/registry.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `mise registry`

- **Usage**: `mise registry [-b --backend <BACKEND>] [NAME]`
- **Usage**: `mise registry [-b --backend <BACKEND>] [--hide-aliased] [NAME]`
- **Source code**: [`src/cli/registry.rs`](https://github.com/jdx/mise/blob/main/src/cli/registry.rs)

List available tools to install
Expand All @@ -21,6 +21,10 @@ Show only the specified tool's full name

Show only tools for this backend

### `--hide-aliased`

Hide aliased tools

Examples:

$ mise registry
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-tools/backends/aqua.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Aqua Backend <Badge type="warning" text="experimental" />
# Aqua Backend

[Aqua](https://aquaproj.github.io/) tools may be used natively in mise. Aqua is encouraged as a backend for new tools if they
cannot be used with ubi as aqua tools directly fetch tarballs from the vendor without requiring unsafe
Expand Down
1 change: 1 addition & 0 deletions docs/dev-tools/backends/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
In addition to asdf plugins, you can also directly install CLIs with some package managers.

- [asdf](/dev-tools/backends/asdf)
- [aqua](/dev-tools/backends/aqua)
- [Cargo](/dev-tools/backends/cargo)
- [Go](/dev-tools/backends/go) <Badge type="warning" text="experimental" />
- [NPM](/dev-tools/backends/npm)
Expand Down
20 changes: 9 additions & 11 deletions docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ editLink: false
| gcc-arm-none-eabi | [asdf:dlech/asdf-gcc-arm-none-eabi](https://github.com/dlech/asdf-gcc-arm-none-eabi) |
| gcloud | [asdf:jthegedus/asdf-gcloud](https://github.com/jthegedus/asdf-gcloud) |
| getenvoy | [asdf:asdf-community/asdf-getenvoy](https://github.com/asdf-community/asdf-getenvoy) |
| gh | [ubi:cli/cli](https://github.com/cli/cli) [asdf:bartlomiejdanek/asdf-github-cli](https://github.com/bartlomiejdanek/asdf-github-cli) |
| ghc | [asdf:sestrella/asdf-ghcup](https://github.com/sestrella/asdf-ghcup) |
| ghidra | [asdf:Honeypot95/asdf-ghidra](https://github.com/Honeypot95/asdf-ghidra) |
| ghorg | [aqua:gabrie30/ghorg](https://github.com/gabrie30/ghorg) [asdf:gbloquel/asdf-ghorg](https://github.com/gbloquel/asdf-ghorg) |
Expand Down Expand Up @@ -352,7 +351,7 @@ editLink: false
| jbang | [asdf:jbangdev/jbang-asdf](https://github.com/jbangdev/jbang-asdf) |
| jfrog-cli | [asdf:LozanoMatheus/asdf-jfrog-cli](https://github.com/LozanoMatheus/asdf-jfrog-cli) |
| jib | [asdf:joschi/asdf-jib](https://github.com/joschi/asdf-jib) |
| jiq | [asdf:chessmango/asdf-jiq](https://github.com/chessmango/asdf-jiq) |
| jiq | [aqua:fiatjaf/jiq](https://github.com/fiatjaf/jiq) [asdf:chessmango/asdf-jiq](https://github.com/chessmango/asdf-jiq) |
| jless | [aqua:PaulJuliusMartinez/jless](https://github.com/PaulJuliusMartinez/jless) [asdf:jc00ke/asdf-jless](https://github.com/jc00ke/asdf-jless) |
| jmespath | [asdf:skyzyx/asdf-jmespath](https://github.com/skyzyx/asdf-jmespath) |
| jmeter | [asdf:comdotlinux/asdf-jmeter](https://github.com/comdotlinux/asdf-jmeter) |
Expand Down Expand Up @@ -405,7 +404,7 @@ editLink: false
| kube-capacity | [aqua:robscott/kube-capacity](https://github.com/robscott/kube-capacity) [asdf:looztra/asdf-kube-capacity](https://github.com/looztra/asdf-kube-capacity) |
| kube-code-generator | [asdf:jimmidyson/asdf-kube-code-generator](https://github.com/jimmidyson/asdf-kube-code-generator) |
| kube-controller-tools | [asdf:jimmidyson/asdf-kube-controller-tools](https://github.com/jimmidyson/asdf-kube-controller-tools) |
| kube-credential-cache | [asdf:ryodocx/kube-credential-cache](https://github.com/ryodocx/kube-credential-cache) |
| kube-credential-cache | [aqua:ryodocx/kube-credential-cache](https://github.com/ryodocx/kube-credential-cache) [asdf:ryodocx/kube-credential-cache](https://github.com/ryodocx/kube-credential-cache) |
| kube-linter | [aqua:stackrox/kube-linter](https://github.com/stackrox/kube-linter) [asdf:devlincashman/asdf-kube-linter](https://github.com/devlincashman/asdf-kube-linter) |
| kube-score | [aqua:zegl/kube-score](https://github.com/zegl/kube-score) [asdf:bageljp/asdf-kube-score](https://github.com/bageljp/asdf-kube-score) |
| kubebuilder | [aqua:kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) [asdf:virtualstaticvoid/asdf-kubebuilder](https://github.com/virtualstaticvoid/asdf-kubebuilder) |
Expand All @@ -417,6 +416,7 @@ editLink: false
| kubectl-buildkit | [asdf:ezcater/asdf-kubectl-buildkit](https://github.com/ezcater/asdf-kubectl-buildkit) |
| kubectl-convert | [aqua:kubernetes/kubectl-convert](https://github.com/kubernetes/kubectl-convert) [asdf:iul1an/asdf-kubectl-convert](https://github.com/iul1an/asdf-kubectl-convert) |
| kubectl-kots | [asdf:ganta/asdf-kubectl-kots](https://github.com/ganta/asdf-kubectl-kots) |
| kubectl-kuttl | [aqua:kudobuilder/kuttl](https://github.com/kudobuilder/kuttl) [asdf:jimmidyson/asdf-kuttl](https://github.com/jimmidyson/asdf-kuttl) |
| kubectx | [aqua:ahmetb/kubectx](https://github.com/ahmetb/kubectx) [asdf:https://gitlab.com/wt0f/asdf-kubectx](https://gitlab.com/wt0f/asdf-kubectx) |
| kubefedctl | [asdf:kvokka/asdf-kubefedctl](https://github.com/kvokka/asdf-kubefedctl) |
| kubefirst | [asdf:Claywd/asdf-kubefirst](https://github.com/Claywd/asdf-kubefirst) |
Expand All @@ -429,10 +429,9 @@ editLink: false
| kubeshark | [aqua:kubeshark/kubeshark](https://github.com/kubeshark/kubeshark) [asdf:carnei-ro/asdf-kubeshark](https://github.com/carnei-ro/asdf-kubeshark) |
| kubespy | [aqua:pulumi/kubespy](https://github.com/pulumi/kubespy) [asdf:jfreeland/asdf-kubespy](https://github.com/jfreeland/asdf-kubespy) |
| kubeval | [aqua:instrumenta/kubeval](https://github.com/instrumenta/kubeval) [asdf:stefansedich/asdf-kubeval](https://github.com/stefansedich/asdf-kubeval) |
| kubevela | [asdf:gustavclausen/asdf-kubevela](https://github.com/gustavclausen/asdf-kubevela) |
| kubevela | [aqua:kubevela/kubevela](https://github.com/kubevela/kubevela) [asdf:gustavclausen/asdf-kubevela](https://github.com/gustavclausen/asdf-kubevela) |
| kubie | [aqua:sbstp/kubie](https://github.com/sbstp/kubie) [asdf:johnhamelink/asdf-kubie](https://github.com/johnhamelink/asdf-kubie) |
| kustomize | [asdf:Banno/asdf-kustomize](https://github.com/Banno/asdf-kustomize) |
| kuttl | [asdf:jimmidyson/asdf-kuttl](https://github.com/jimmidyson/asdf-kuttl) |
| kustomize | [aqua:kubernetes-sigs/kustomize](https://github.com/kubernetes-sigs/kustomize) [asdf:Banno/asdf-kustomize](https://github.com/Banno/asdf-kustomize) |
| kwt | [aqua:carvel-dev/kwt](https://github.com/carvel-dev/kwt) [asdf:vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel) |
| lab | [aqua:zaquestion/lab](https://github.com/zaquestion/lab) [asdf:particledecay/asdf-lab](https://github.com/particledecay/asdf-lab) |
| lane | [asdf:CodeReaper/asdf-lane](https://github.com/CodeReaper/asdf-lane) |
Expand Down Expand Up @@ -467,7 +466,7 @@ editLink: false
| mark | [asdf:jfreeland/asdf-mark](https://github.com/jfreeland/asdf-mark) |
| markdownlint-cli2 | [npm:markdownlint-cli2](https://www.npmjs.com/package/markdownlint-cli2) [asdf:paulo-ferraz-oliveira/asdf-markdownlint-cli2](https://github.com/paulo-ferraz-oliveira/asdf-markdownlint-cli2) |
| marp-cli | [aqua:marp-team/marp-cli](https://github.com/marp-team/marp-cli) [asdf:xataz/asdf-marp-cli](https://github.com/xataz/asdf-marp-cli) |
| mask | [asdf:aaaaninja/asdf-mask](https://github.com/aaaaninja/asdf-mask) |
| mask | [aqua:jacobdeichert/mask](https://github.com/jacobdeichert/mask) [asdf:aaaaninja/asdf-mask](https://github.com/aaaaninja/asdf-mask) |
| maven | [asdf:mise-plugins/asdf-maven](https://github.com/mise-plugins/asdf-maven) [vfox:version-fox/vfox-maven](https://github.com/version-fox/vfox-maven) |
| mc | [asdf:penpyt/asdf-mc](https://github.com/penpyt/asdf-mc) |
| mdbook | [asdf:cipherstash/asdf-mdbook](https://github.com/cipherstash/asdf-mdbook) |
Expand All @@ -479,7 +478,7 @@ editLink: false
| meson | [asdf:asdf-community/asdf-meson](https://github.com/asdf-community/asdf-meson) |
| micronaut | [asdf:weibemoura/asdf-micronaut](https://github.com/weibemoura/asdf-micronaut) |
| mill | [asdf:asdf-community/asdf-mill](https://github.com/asdf-community/asdf-mill) |
| mimirtool | [asdf:asdf-community/asdf-mimirtool](https://github.com/asdf-community/asdf-mimirtool) |
| mimirtool | [aqua:grafana/mimir/mimirtool](https://github.com/grafana/mimir/mimirtool) [asdf:asdf-community/asdf-mimirtool](https://github.com/asdf-community/asdf-mimirtool) |
| minify | [aqua:tdewolff/minify](https://github.com/tdewolff/minify) [asdf:axilleas/asdf-minify](https://github.com/axilleas/asdf-minify) |
| minikube | [aqua:kubernetes/minikube](https://github.com/kubernetes/minikube) [asdf:alvarobp/asdf-minikube](https://github.com/alvarobp/asdf-minikube) |
| minio | [asdf:aeons/asdf-minio](https://github.com/aeons/asdf-minio) |
Expand Down Expand Up @@ -551,7 +550,7 @@ editLink: false
| perl | [asdf:ouest/asdf-perl](https://github.com/ouest/asdf-perl) |
| php | [asdf:asdf-community/asdf-php](https://github.com/asdf-community/asdf-php) [vfox:version-fox/vfox-php](https://github.com/version-fox/vfox-php) |
| pint | [aqua:cloudflare/pint](https://github.com/cloudflare/pint) [asdf:sam-burrell/asdf-pint](https://github.com/sam-burrell/asdf-pint) |
| pipectl | [asdf:pipe-cd/asdf-pipectl](https://github.com/pipe-cd/asdf-pipectl) |
| pipectl | [aqua:pipe-cd/pipecd/pipectl](https://github.com/pipe-cd/pipecd/pipectl) [asdf:pipe-cd/asdf-pipectl](https://github.com/pipe-cd/asdf-pipectl) |
| pipelight | [asdf:kogeletey/asdf-pipelight](https://github.com/kogeletey/asdf-pipelight) |
| pipenv | [asdf:mise-plugins/mise-pipenv](https://github.com/mise-plugins/mise-pipenv) |
| pipx | [asdf:yozachar/asdf-pipx](https://github.com/yozachar/asdf-pipx) |
Expand Down Expand Up @@ -608,7 +607,6 @@ editLink: false
| restic | [asdf:xataz/asdf-restic](https://github.com/xataz/asdf-restic) |
| restish | [ubi:danielgtaylor/restish](https://github.com/danielgtaylor/restish) [go:github.com/danielgtaylor/restish](https://pkg.go.dev/github.com/danielgtaylor/restish) |
| revive | [aqua:mgechev/revive](https://github.com/mgechev/revive) [asdf:bjw-s/asdf-revive](https://github.com/bjw-s/asdf-revive) |
| rg | [aqua:BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) [ubi:BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) [asdf:https://gitlab.com/wt0f/asdf-ripgrep](https://gitlab.com/wt0f/asdf-ripgrep) |
| richgo | [aqua:kyoh86/richgo](https://github.com/kyoh86/richgo) [asdf:paxosglobal/asdf-richgo](https://github.com/paxosglobal/asdf-richgo) |
| riff | [asdf:abinet/asdf-riff](https://github.com/abinet/asdf-riff) |
| ripgrep | [aqua:BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) [ubi:BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) [asdf:https://gitlab.com/wt0f/asdf-ripgrep](https://gitlab.com/wt0f/asdf-ripgrep) |
Expand Down Expand Up @@ -672,7 +670,7 @@ editLink: false
| sqldef | [asdf:cometkim/asdf-sqldef](https://github.com/cometkim/asdf-sqldef) |
| sqlite | [asdf:cLupus/asdf-sqlite](https://github.com/cLupus/asdf-sqlite) |
| sshuttle | [asdf:xanmanning/asdf-sshuttle](https://github.com/xanmanning/asdf-sshuttle) |
| stack | [asdf:sestrella/asdf-ghcup](https://github.com/sestrella/asdf-ghcup) |
| stack | [aqua:commercialhaskell/stack](https://github.com/commercialhaskell/stack) [asdf:sestrella/asdf-ghcup](https://github.com/sestrella/asdf-ghcup) |
| starboard | [aqua:aquasecurity/starboard](https://github.com/aquasecurity/starboard) [asdf:zufardhiyaulhaq/asdf-starboard](https://github.com/zufardhiyaulhaq/asdf-starboard) |
| starknet-foundry | [asdf:foundry-rs/asdf-starknet-foundry](https://github.com/foundry-rs/asdf-starknet-foundry) |
| starport | [asdf:nikever/asdf-starport](https://github.com/nikever/asdf-starport) |
Expand Down
1 change: 0 additions & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ cargo-binstall = "latest"
"cargo:git-cliff" = "latest"
"npm:markdownlint-cli" = "latest"
"npm:prettier" = "3"
direnv = "latest"
actionlint = "latest"
ripgrep = "latest"
"pipx:toml-sort" = "latest"
Expand Down
1 change: 1 addition & 0 deletions mise.usage.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ For example, `poetry` is shorthand for `asdf:mise-plugins/mise-poetry`."
flag "-b --backend" help="Show only tools for this backend" {
arg "<BACKEND>"
}
flag "--hide-aliased" help="Hide aliased tools"
arg "[NAME]" help="Show only the specified tool's full name"
}
cmd "reshim" help="Creates new shims based on bin paths from currently installed tools." {
Expand Down
29 changes: 20 additions & 9 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jb.backends = ["asdf:beardix/asdf-jb"]
jbang.backends = ["asdf:jbangdev/jbang-asdf"]
jfrog-cli.backends = ["asdf:LozanoMatheus/asdf-jfrog-cli"]
jib.backends = ["asdf:joschi/asdf-jib"]
jiq.backends = ["asdf:chessmango/asdf-jiq"]
jiq.backends = ["aqua:fiatjaf/jiq", "asdf:chessmango/asdf-jiq"]
jless.backends = ["aqua:PaulJuliusMartinez/jless", "asdf:jc00ke/asdf-jless"]
jmespath.backends = ["asdf:skyzyx/asdf-jmespath"]
jmeter.backends = ["asdf:comdotlinux/asdf-jmeter"]
Expand Down Expand Up @@ -433,7 +433,7 @@ ktlint.backends = ["asdf:esensar/asdf-ktlint"]
kube-capacity.backends = ["aqua:robscott/kube-capacity", "asdf:looztra/asdf-kube-capacity"]
kube-code-generator.backends = ["asdf:jimmidyson/asdf-kube-code-generator"]
kube-controller-tools.backends = ["asdf:jimmidyson/asdf-kube-controller-tools"]
kube-credential-cache.backends = ["asdf:ryodocx/kube-credential-cache"]
kube-credential-cache.backends = ["aqua:ryodocx/kube-credential-cache", "asdf:ryodocx/kube-credential-cache"]
kube-linter.backends = ["aqua:stackrox/kube-linter", "asdf:devlincashman/asdf-kube-linter"]
kube-score.backends = ["aqua:zegl/kube-score", "asdf:bageljp/asdf-kube-score"]
kubebuilder.backends = ["aqua:kubernetes-sigs/kubebuilder", "asdf:virtualstaticvoid/asdf-kubebuilder"]
Expand All @@ -445,6 +445,10 @@ kubectl-bindrole.backends = ["asdf:looztra/asdf-kubectl-bindrole"]
kubectl-buildkit.backends = ["asdf:ezcater/asdf-kubectl-buildkit"]
kubectl-convert.backends = ["aqua:kubernetes/kubectl-convert", "asdf:iul1an/asdf-kubectl-convert"]
kubectl-kots.backends = ["asdf:ganta/asdf-kubectl-kots"]
kubectl-kuttl.aliases = ["kuttl"]
kubectl-kuttl.backends = ["aqua:kudobuilder/kuttl", "asdf:jimmidyson/asdf-kuttl"]
kubectl-kuttl.os = ["linux", "macos"]
kubectl-kuttl.test = ["kubectl-kuttl --version", "kubectl-kuttl version {{version}}"]
kubectx.backends = ["aqua:ahmetb/kubectx", "asdf:https://gitlab.com/wt0f/asdf-kubectx"]
kubefedctl.backends = ["asdf:kvokka/asdf-kubefedctl"]
kubefirst.backends = ["asdf:Claywd/asdf-kubefirst"]
Expand All @@ -457,10 +461,11 @@ kubesec.backends = ["aqua:controlplaneio/kubesec", "asdf:vitalis/asdf-kubesec"]
kubeshark.backends = ["aqua:kubeshark/kubeshark", "asdf:carnei-ro/asdf-kubeshark"]
kubespy.backends = ["aqua:pulumi/kubespy", "asdf:jfreeland/asdf-kubespy"]
kubeval.backends = ["aqua:instrumenta/kubeval", "asdf:stefansedich/asdf-kubeval"]
kubevela.backends = ["asdf:gustavclausen/asdf-kubevela"]
kubevela.backends = ["aqua:kubevela/kubevela", "asdf:gustavclausen/asdf-kubevela"]
kubevela.test = ["vela version", "CLI Version: {{version}}"]
kubie.backends = ["aqua:sbstp/kubie", "asdf:johnhamelink/asdf-kubie"]
kustomize.backends = ["asdf:Banno/asdf-kustomize"]
kuttl.backends = ["asdf:jimmidyson/asdf-kuttl"]
kustomize.backends = ["aqua:kubernetes-sigs/kustomize", "asdf:Banno/asdf-kustomize"]
kustomize.test = ["kustomize version", "v{{version}}"]
kwt.backends = ["aqua:carvel-dev/kwt", "asdf:vmware-tanzu/asdf-carvel"]
lab.backends = ["aqua:zaquestion/lab", "asdf:particledecay/asdf-lab"]
lane.backends = ["asdf:CodeReaper/asdf-lane"]
Expand Down Expand Up @@ -495,7 +500,8 @@ mani.backends = ["asdf:anweber/asdf-mani"]
mark.backends = ["asdf:jfreeland/asdf-mark"]
markdownlint-cli2.backends = ["npm:markdownlint-cli2", "asdf:paulo-ferraz-oliveira/asdf-markdownlint-cli2"]
marp-cli.backends = ["aqua:marp-team/marp-cli", "asdf:xataz/asdf-marp-cli"]
mask.backends = ["asdf:aaaaninja/asdf-mask"]
mask.backends = ["aqua:jacobdeichert/mask", "asdf:aaaaninja/asdf-mask"]
mask.test = ["mask --version", "mask {{version}}"]
maven.backends = ["asdf:mise-plugins/asdf-maven", "vfox:version-fox/vfox-maven"]
mc.backends = ["asdf:penpyt/asdf-mc"]
mdbook.backends = ["asdf:cipherstash/asdf-mdbook"]
Expand All @@ -509,7 +515,9 @@ mercury.backends = ["asdf:susurri/asdf-mercury"]
meson.backends = ["asdf:asdf-community/asdf-meson"]
micronaut.backends = ["asdf:weibemoura/asdf-micronaut"]
mill.backends = ["asdf:asdf-community/asdf-mill"]
mimirtool.backends = ["asdf:asdf-community/asdf-mimirtool"]
mimirtool.backends = ["aqua:grafana/mimir/mimirtool", "asdf:asdf-community/asdf-mimirtool"]
mimirtool.test = ["mimir version", "Mimirtool, version {{version}}"]
mimirtool.os = ["linux", "macos"]
minify.backends = ["aqua:tdewolff/minify", "asdf:axilleas/asdf-minify"]
minikube.backends = ["aqua:kubernetes/minikube", "asdf:alvarobp/asdf-minikube"]
minio.backends = ["asdf:aeons/asdf-minio"]
Expand Down Expand Up @@ -581,7 +589,9 @@ periphery.backends = ["asdf:MontakOleg/asdf-periphery"]
perl.backends = ["asdf:ouest/asdf-perl"]
php.backends = ["asdf:asdf-community/asdf-php", "vfox:version-fox/vfox-php"]
pint.backends = ["aqua:cloudflare/pint", "asdf:sam-burrell/asdf-pint"]
pipectl.backends = ["asdf:pipe-cd/asdf-pipectl"]
pipectl.backends = ["aqua:pipe-cd/pipecd/pipectl", "asdf:pipe-cd/asdf-pipectl"]
pipectl.test = ["pipecd version", "Version: v{{version}}"]
pipectl.os = ["linux", "macos"]
pipelight.backends = ["asdf:kogeletey/asdf-pipelight"]
pipenv.backends = ["asdf:mise-plugins/mise-pipenv"]
pipx.backends = ["asdf:yozachar/asdf-pipx"]
Expand Down Expand Up @@ -705,7 +715,8 @@ spruce.backends = ["aqua:geofffranks/spruce", "asdf:woneill/asdf-spruce"]
sqldef.backends = ["asdf:cometkim/asdf-sqldef"]
sqlite.backends = ["asdf:cLupus/asdf-sqlite"]
sshuttle.backends = ["asdf:xanmanning/asdf-sshuttle"]
stack.backends = ["asdf:sestrella/asdf-ghcup"]
stack.backends = ["aqua:commercialhaskell/stack", "asdf:sestrella/asdf-ghcup"]
stack.test = ["stack --version", "Version {{version}}"]
starboard.backends = ["aqua:aquasecurity/starboard", "asdf:zufardhiyaulhaq/asdf-starboard"]
starknet-foundry.backends = ["asdf:foundry-rs/asdf-starknet-foundry"]
starport.backends = ["asdf:nikever/asdf-starport"]
Expand Down
2 changes: 1 addition & 1 deletion scripts/render-registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process.env.MISE_ASDF = 1;
process.env.MISE_VFOX = 1;
process.env.MISE_EXPERIMENTAL = 1;

const stdout = execSync("mise registry", { encoding: "utf-8" });
const stdout = execSync("mise registry --hide-aliased", { encoding: "utf-8" });

const output = [
`---
Expand Down
Loading

0 comments on commit af36cfd

Please sign in to comment.