Skip to content

Commit

Permalink
feat: migrate more tools away from asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 29, 2024
1 parent 3aa2de7 commit 61a2847
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 deletions.
9 changes: 5 additions & 4 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
CHANGELOG.md
.venv
CHANGELOG.md
aqua-registry/
docs/cli
docs/environments.md
docs/registry.md
docs/.vitepress/cache
docs/.vitepress/dist
docs/cli
docs/environments.md
docs/public/site.webmanifest
docs/registry.md
tasks.md
tmp
xtasks/fig/src/mise.ts
13 changes: 6 additions & 7 deletions docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,20 +235,19 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| ffmpeg | [asdf:acj/asdf-ffmpeg](https://github.com/acj/asdf-ffmpeg) |
| figma-export | [ubi:RedMadRobot/figma-export](https://github.com/RedMadRobot/figma-export) [asdf:younke/asdf-figma-export](https://github.com/younke/asdf-figma-export) |
| fillin | [aqua:itchyny/fillin](https://github.com/itchyny/fillin) [asdf:ouest/asdf-fillin](https://github.com/ouest/asdf-fillin) |
| firebase | [asdf:jthegedus/asdf-firebase](https://github.com/jthegedus/asdf-firebase) |
| firebase | [aqua:firebase/firebase-tools](https://github.com/firebase/firebase-tools) [asdf:jthegedus/asdf-firebase](https://github.com/jthegedus/asdf-firebase) |
| fission | [aqua:fission/fission](https://github.com/fission/fission) [asdf:virtualstaticvoid/asdf-fission](https://github.com/virtualstaticvoid/asdf-fission) |
| flamingo | [asdf:log2/asdf-flamingo](https://github.com/log2/asdf-flamingo) |
| flarectl | [asdf:mise-plugins/asdf-flarectl](https://github.com/mise-plugins/asdf-flarectl) |
| flatc | [asdf:TheOpenDictionary/asdf-flatc](https://github.com/TheOpenDictionary/asdf-flatc) |
| flamingo | [ubi:flux-subsystem-argo/flamingo](https://github.com/flux-subsystem-argo/flamingo) [asdf:log2/asdf-flamingo](https://github.com/log2/asdf-flamingo) |
| flarectl | [ubi:cloudflare/cloudflare-go](https://github.com/cloudflare/cloudflare-go) [asdf:mise-plugins/asdf-flarectl](https://github.com/mise-plugins/asdf-flarectl) |
| flatc | [ubi:google/flatbuffers](https://github.com/google/flatbuffers) [asdf:TheOpenDictionary/asdf-flatc](https://github.com/TheOpenDictionary/asdf-flatc) |
| flutter | [asdf:oae/asdf-flutter](https://github.com/oae/asdf-flutter) [vfox:version-fox/vfox-flutter](https://github.com/version-fox/vfox-flutter) |
| fluttergen | [asdf:FlutterGen/asdf-fluttergen](https://github.com/FlutterGen/asdf-fluttergen) |
| fluttergen | [ubi:FlutterGen/flutter_gen](https://github.com/FlutterGen/flutter_gen) [asdf:FlutterGen/asdf-fluttergen](https://github.com/FlutterGen/asdf-fluttergen) |
| flux2 | [aqua:fluxcd/flux2](https://github.com/fluxcd/flux2) [asdf:tablexi/asdf-flux2](https://github.com/tablexi/asdf-flux2) |
| fluxctl | [asdf:stefansedich/asdf-fluxctl](https://github.com/stefansedich/asdf-fluxctl) |
| fly | [aqua:concourse/concourse/fly](https://github.com/concourse/concourse/fly) [asdf:vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf) |
| flyctl | [ubi:superfly/flyctl](https://github.com/superfly/flyctl) [asdf:chessmango/asdf-flyctl](https://github.com/chessmango/asdf-flyctl) |
| flyway | [asdf:junminahn/asdf-flyway](https://github.com/junminahn/asdf-flyway) |
| func-e | [asdf:carnei-ro/asdf-func-e](https://github.com/carnei-ro/asdf-func-e) |
| furyctl | [asdf:sighupio/asdf-furyctl](https://github.com/sighupio/asdf-furyctl) |
| furyctl | [ubi:sighupio/furyctl](https://github.com/sighupio/furyctl) [asdf:sighupio/asdf-furyctl](https://github.com/sighupio/asdf-furyctl) |
| fx | [aqua:antonmedv/fx](https://github.com/antonmedv/fx) [asdf:https://gitlab.com/wt0f/asdf-fx](https://gitlab.com/wt0f/asdf-fx) |
| fzf | [ubi:junegunn/fzf](https://github.com/junegunn/fzf) [asdf:kompiro/asdf-fzf](https://github.com/kompiro/asdf-fzf) |
| gallery-dl | [asdf:iul1an/asdf-gallery-dl](https://github.com/iul1an/asdf-gallery-dl) |
Expand Down
22 changes: 14 additions & 8 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -327,21 +327,27 @@ ffmpeg.backends = ["asdf:acj/asdf-ffmpeg"]
figma-export.backends = ["ubi:RedMadRobot/figma-export", "asdf:younke/asdf-figma-export"]
# figma-export.test = ["figma-export --version", "{{version}}"] flaky
fillin.backends = ["aqua:itchyny/fillin", "asdf:ouest/asdf-fillin"]
firebase.backends = ["asdf:jthegedus/asdf-firebase"]
firebase.backends = ["aqua:firebase/firebase-tools", "asdf:jthegedus/asdf-firebase"]
firebase.test = ["firebase --version", "{{version}}"]
fission.backends = ["aqua:fission/fission", "asdf:virtualstaticvoid/asdf-fission"]
flamingo.backends = ["asdf:log2/asdf-flamingo"]
flarectl.backends = ["asdf:mise-plugins/asdf-flarectl"]
flatc.backends = ["asdf:TheOpenDictionary/asdf-flatc"]
flamingo.backends = ["ubi:flux-subsystem-argo/flamingo", "asdf:log2/asdf-flamingo"]
flamingo.test = ["flamingo -v", "flamingo version {{version}}"]
flarectl.backends = ["ubi:cloudflare/cloudflare-go[exe=flarectl]", "asdf:mise-plugins/asdf-flarectl"]
flarectl.test = ["flarectl --version", "flarectl version {{version}}"]
flatc.backends = ["ubi:google/flatbuffers[exe=flatc]", "asdf:TheOpenDictionary/asdf-flatc"]
flatc.test = ["flatc --version", "flatc version {{version}}"]
flutter.backends = ["asdf:oae/asdf-flutter", "vfox:version-fox/vfox-flutter"]
fluttergen.backends = ["asdf:FlutterGen/asdf-fluttergen"]
fluttergen.backends = ["ubi:FlutterGen/flutter_gen[exe=fluttergen]", "asdf:FlutterGen/asdf-fluttergen"]
fluttergen.test = ["fluttergen --version", "FlutterGen version {{version}}"]
flux2.backends = ["aqua:fluxcd/flux2", "asdf:tablexi/asdf-flux2"]
flux2.test = ["flux --version", "flux version {{version}}"]
fluxctl.backends = ["asdf:stefansedich/asdf-fluxctl"]
fly.backends = ["aqua:concourse/concourse/fly", "asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
flyctl.backends = ["ubi:superfly/flyctl", "asdf:chessmango/asdf-flyctl"]
flyway.backends = ["asdf:junminahn/asdf-flyway"]
func-e.backends = ["asdf:carnei-ro/asdf-func-e"]
furyctl.backends = ["asdf:sighupio/asdf-furyctl"]
func-e.backends = ["tetratelabs/func-e", "asdf:carnei-ro/asdf-func-e"]
func-e.test = ["func-e --version", "func-e version {{version}}"]
furyctl.backends = ["ubi:sighupio/furyctl", "asdf:sighupio/asdf-furyctl"]
furyctl.test = ["furyctl version", "{{version}}"]
fx.backends = ["aqua:antonmedv/fx", "asdf:https://gitlab.com/wt0f/asdf-fx"]
fzf.backends = ["ubi:junegunn/fzf", "asdf:kompiro/asdf-fzf"]
gallery-dl.backends = ["asdf:iul1an/asdf-gallery-dl"]
Expand Down

0 comments on commit 61a2847

Please sign in to comment.