Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,11 @@ backends = [
]
description = "crictl is a command-line interface for CRI-compatible container runtimes. You can use it to inspect and debug container runtimes and applications on a Kubernetes node"

[tools.croc]
backends = ["aqua:schollz/croc", "ubi:schollz/croc"]
description = "Easily and securely send things from one computer to another 🐊 📦"
test = ["croc --version", "croc version v{{version}}"]

[tools.crossplane]
aliases = ["crossplane-cli"]
backends = ["aqua:crossplane/crossplane", "asdf:joke/asdf-crossplane-cli"]
Expand Down Expand Up @@ -1977,6 +1982,16 @@ description = "Quick and Easy server testing/validation"
backends = ["aqua:gotestyourself/gotestsum", "asdf:pmalek/mise-gotestsum"]
description = "'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results"

[tools.gping]
backends = [
"aqua:orf/gping",
"ubi:orf/gping",
"github:orf/gping",
"cargo:gping",
]
description = "Ping, but with a graph"
test = ["gping --version | sed 's/gping /gping-v/'", "{{version}}"]

[tools.graalvm]
backends = ["asdf:mise-plugins/mise-graalvm"]
description = "An advanced JDK with ahead-of-time Native Image compilation"
Expand Down Expand Up @@ -4298,8 +4313,10 @@ test = ["starship --version", "starship {{version}}"]
backends = [
"aqua:dominikh/go-tools/staticcheck",
"asdf:pbr0ck3r/asdf-staticcheck",
"go:honnef.co/go/tools/cmd/staticcheck",
]
description = "Staticcheck - The advanced Go linter"
test = ["staticcheck --version", "staticcheck {{version}}"]

[tools.steampipe]
backends = ["aqua:turbot/steampipe", "asdf:carnei-ro/asdf-steampipe"]
Expand Down
Loading