Skip to content

v0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jul 09:16

hippius_hub 0.6.1

Added

  • hippius-hub registry repos delete <project>/<repo> — a new CLI command to delete a whole repository, mirroring hf repos delete.
    • Flags: --repo-type, --token, --missing-ok, and -y/--yes; prompts for confirmation otherwise.
    • Wraps the existing delete_repo() (Harbor admin API), so it removes the repository itself — not just its artifacts. Deleting via the console artifact endpoint only cleared artifacts and left an empty repo behind.
    • Requires admin (or push-delete) rights on the project.

Full changelog: https://github.com/thenervelab/hippius-hub/blob/main/CHANGELOG.md

Install: pip install -U hippius_hub