Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
registry: add aliases to aqua-backend tools
  • Loading branch information
IceCodeNew committed Nov 8, 2025
commit c96460cc7a4bf09b4358d3765e949b15bb25d1f4
5 changes: 5 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