Skip to content

harbor-cli: document download export/cache modes and new commands#5

Open
benediktstroebl wants to merge 1 commit intomainfrom
sync/harbor-upstream-2026-04-15
Open

harbor-cli: document download export/cache modes and new commands#5
benediktstroebl wants to merge 1 commit intomainfrom
sync/harbor-upstream-2026-04-15

Conversation

@benediktstroebl
Copy link
Copy Markdown
Collaborator

Summary

Syncs the harbor-cli skill with upstream commit 07fa4c8 ("Update harbor download functionality"), which added export/cache mode support to all download commands.

Skills affected: harbor-cli only. The new adapters (swegym, featbench, deepsynth) are example adapters and do not change the adapter creation framework, so harbor-adapter-creator and harbor-task-creator are unaffected.

Changes:

  • harbor download (top-level) — this command was previously undocumented; added it to the Quick Reference table and as a full section in both SKILL.md and references/flags.md
  • harbor tasks download — was undocumented; added a new section covering its flags
  • harbor datasets download — updated with two new flags (--export, --cache), updated --output-dir default description to reflect mode-dependent behavior, updated --registry-url/--registry-path help text to say "legacy"
  • All three commands now explain the two download modes: cache (content-addressable, default) and export (human-readable layout, default when --output-dir is given)

Upstream commit 07fa4c8 added --export and --cache flags to harbor download,
harbor datasets download, and harbor tasks download. Also adds the top-level
harbor download command which was not previously documented.

- Add harbor download top-level command (auto-detects task vs dataset)
- Document --export / --cache flags on all three download commands
- Add harbor tasks download section (was undocumented)
- Update harbor datasets download with new flags and mode explanation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants