feat: add scripts/hbd.sh and some docs

This commit is contained in:
cătălin 2026-07-31 17:00:18 +02:00
commit e15cce1ba5
No known key found for this signature in database
3 changed files with 120 additions and 52 deletions

View file

@ -63,9 +63,9 @@ function main() {
while [[ $# -gt 0 ]]; do
case "$1" in
--oci-register)
--oci-registry)
if [[ -z "${2:-}" ]] || [[ "$2" == -* ]]; then
echo "Error: --oci-register requires a registry argument" >&2
echo "Error: --oci-registry requires a registry argument" >&2
exit 1
fi
oci_registry="$2"
@ -75,7 +75,7 @@ function main() {
echo "$USAGE"
echo ""
echo "Options:"
echo " --oci-register <registry> Override default OCI registry (default: oci://git.roboces.dev/catalin/fukuops)"
echo " --oci-registry <registry> Override default OCI registry (default: oci://git.roboces.dev/catalin/fukuops)"
exit 0
;;
-*)