Skip to content

Commit

Permalink
feat: use aqua for flyctl
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 9, 2024
1 parent c627a20 commit f7ed363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| 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) |
| 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) |
| flyctl | [aqua:superfly/flyctl](https://github.com/superfly/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 | [ubi:sighupio/furyctl](https://github.com/sighupio/furyctl) [asdf:sighupio/asdf-furyctl](https://github.com/sighupio/asdf-furyctl) |
Expand Down
2 changes: 1 addition & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ fluttergen.test = ["fluttergen --version", "FlutterGen v{{version}}"]
flux2.backends = ["aqua:fluxcd/flux2", "asdf:tablexi/asdf-flux2"]
flux2.test = ["flux --version", "flux version {{version}}"]
fly.backends = ["aqua:concourse/concourse/fly", "asdf:vmware-tanzu/tanzu-plug-in-for-asdf"]
flyctl.backends = ["ubi:superfly/flyctl", "asdf:chessmango/asdf-flyctl"]
flyctl.backends = ["aqua:superfly/flyctl", "ubi:superfly/flyctl", "asdf:chessmango/asdf-flyctl"]
flyway.backends = ["asdf:junminahn/asdf-flyway"]
func-e.backends = ["tetratelabs/func-e", "asdf:carnei-ro/asdf-func-e"]
func-e.test = ["func-e --version", "func-e version {{version}}"]
Expand Down

0 comments on commit f7ed363

Please sign in to comment.