From 784580802b7dc7aaf111a1d0e2d59be99af93bd4 Mon Sep 17 00:00:00 2001 From: swfz Date: Tue, 28 Jan 2025 20:48:04 +0900 Subject: [PATCH 1/3] add duckdb --- registry.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/registry.toml b/registry.toml index 1131539854..c3ddf90e11 100644 --- a/registry.toml +++ b/registry.toml @@ -547,6 +547,8 @@ dtm.backends = [ ] dua.backends = ["aqua:Byron/dua-cli", "ubi:Byron/dua-cli[exe=dua]"] dua.test = ["dua --version", "dua {{version}}"] +duckdb.backends = ["ubi:duckdb/duckdb"] +duckdb.test = ["duckdb --version", "v{{version}}"] duf.backends = ["aqua:muesli/duf", "asdf:NeoHsu/asdf-duf"] dust.backends = ["ubi:bootandy/dust", "asdf:looztra/asdf-dust"] dvc.backends = ["asdf:mise-plugins/mise-dvc"] From 5e5f797985eb6640800b84b4114603342cc35876 Mon Sep 17 00:00:00 2001 From: swfz Date: Tue, 28 Jan 2025 20:51:10 +0900 Subject: [PATCH 2/3] fix: remove v prefix --- registry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index c3ddf90e11..517bfcfb35 100644 --- a/registry.toml +++ b/registry.toml @@ -548,7 +548,7 @@ dtm.backends = [ dua.backends = ["aqua:Byron/dua-cli", "ubi:Byron/dua-cli[exe=dua]"] dua.test = ["dua --version", "dua {{version}}"] duckdb.backends = ["ubi:duckdb/duckdb"] -duckdb.test = ["duckdb --version", "v{{version}}"] +duckdb.test = ["duckdb --version", "{{version}}"] duf.backends = ["aqua:muesli/duf", "asdf:NeoHsu/asdf-duf"] dust.backends = ["ubi:bootandy/dust", "asdf:looztra/asdf-dust"] dvc.backends = ["asdf:mise-plugins/mise-dvc"] From 80331697804b09b2d9599dd7f95d098cb53db11d Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:56:29 +0000 Subject: [PATCH 3/3] [autofix.ci] apply automated fixes --- docs/registry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/registry.md b/docs/registry.md index 0af2856e54..a24f9767b1 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -219,6 +219,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli | dt | [aqua:so-dang-cool/dt](https://github.com/so-dang-cool/dt) [asdf:so-dang-cool/asdf-dt](https://github.com/so-dang-cool/asdf-dt) | | dtm | [ubi:devstream-io/devstream](https://github.com/devstream-io/devstream) [asdf:zhenyuanlau/asdf-dtm](https://github.com/zhenyuanlau/asdf-dtm) | | dua | [aqua:Byron/dua-cli](https://github.com/Byron/dua-cli) [ubi:Byron/dua-cli](https://github.com/Byron/dua-cli) | +| duckdb | [ubi:duckdb/duckdb](https://github.com/duckdb/duckdb) | | duf | [aqua:muesli/duf](https://github.com/muesli/duf) [asdf:NeoHsu/asdf-duf](https://github.com/NeoHsu/asdf-duf) | | dust | [ubi:bootandy/dust](https://github.com/bootandy/dust) [asdf:looztra/asdf-dust](https://github.com/looztra/asdf-dust) | | dvc | [asdf:mise-plugins/mise-dvc](https://github.com/mise-plugins/mise-dvc) |