mirror of https://github.com/jdx/mise
feat: use aqua for etcd (#3101)
This commit is contained in:
parent
e869ba2f99
commit
3cda7fcbea
|
@ -220,7 +220,7 @@ editLink: false
|
||||||
| erlang | [core:erlang](https://mise.jdx.dev/lang/erlang.html) |
|
| erlang | [core:erlang](https://mise.jdx.dev/lang/erlang.html) |
|
||||||
| esc | [asdf:fxsalazar/asdf-esc](https://github.com/fxsalazar/asdf-esc) |
|
| esc | [asdf:fxsalazar/asdf-esc](https://github.com/fxsalazar/asdf-esc) |
|
||||||
| esy | [asdf:asdf-community/asdf-esy](https://github.com/asdf-community/asdf-esy) |
|
| esy | [asdf:asdf-community/asdf-esy](https://github.com/asdf-community/asdf-esy) |
|
||||||
| etcd | [asdf:particledecay/asdf-etcd](https://github.com/particledecay/asdf-etcd) [vfox:version-fox/vfox-etcd](https://github.com/version-fox/vfox-etcd) |
|
| etcd | [aqua:etcd-io/etcd](https://github.com/etcd-io/etcd) [asdf:particledecay/asdf-etcd](https://github.com/particledecay/asdf-etcd) [vfox:version-fox/vfox-etcd](https://github.com/version-fox/vfox-etcd) |
|
||||||
| evans | [aqua:ktr0731/evans](https://github.com/ktr0731/evans) [asdf:goki90210/asdf-evans](https://github.com/goki90210/asdf-evans) |
|
| evans | [aqua:ktr0731/evans](https://github.com/ktr0731/evans) [asdf:goki90210/asdf-evans](https://github.com/goki90210/asdf-evans) |
|
||||||
| eza | [asdf:lwiechec/asdf-eza](https://github.com/lwiechec/asdf-eza) |
|
| eza | [asdf:lwiechec/asdf-eza](https://github.com/lwiechec/asdf-eza) |
|
||||||
| fd | [ubi:sharkdp/fd](https://github.com/sharkdp/fd) [asdf:https://gitlab.com/wt0f/asdf-fd](https://gitlab.com/wt0f/asdf-fd) |
|
| fd | [ubi:sharkdp/fd](https://github.com/sharkdp/fd) [asdf:https://gitlab.com/wt0f/asdf-fd](https://gitlab.com/wt0f/asdf-fd) |
|
||||||
|
|
|
@ -239,7 +239,8 @@ ephemeral-postgres.backends = ["asdf:smashedtoatoms/asdf-ephemeral-postgres"]
|
||||||
erlang.backends = ["core:erlang"]
|
erlang.backends = ["core:erlang"]
|
||||||
esc.backends = ["asdf:fxsalazar/asdf-esc"]
|
esc.backends = ["asdf:fxsalazar/asdf-esc"]
|
||||||
esy.backends = ["asdf:asdf-community/asdf-esy"]
|
esy.backends = ["asdf:asdf-community/asdf-esy"]
|
||||||
etcd.backends = ["asdf:particledecay/asdf-etcd", "vfox:version-fox/vfox-etcd"]
|
etcd.backends = ["aqua:etcd-io/etcd", "asdf:particledecay/asdf-etcd", "vfox:version-fox/vfox-etcd"]
|
||||||
|
etcd.test = ["etcd --version", "etcd Version: {{version}}"]
|
||||||
evans.backends = ["aqua:ktr0731/evans", "asdf:goki90210/asdf-evans"]
|
evans.backends = ["aqua:ktr0731/evans", "asdf:goki90210/asdf-evans"]
|
||||||
eza.backends = ["asdf:lwiechec/asdf-eza"]
|
eza.backends = ["asdf:lwiechec/asdf-eza"]
|
||||||
fd.backends = ["ubi:sharkdp/fd", "asdf:https://gitlab.com/wt0f/asdf-fd"]
|
fd.backends = ["ubi:sharkdp/fd", "asdf:https://gitlab.com/wt0f/asdf-fd"]
|
||||||
|
|
Loading…
Reference in New Issue