Harbor Registry
Find and share Harbor tasks for training and evaluation.
# Install Harbor CLI
uv tool install "harbor>=0.3.0"
# Authenticate
harbor auth login
# Choose tasks directory
cd "<tasks-folder>"
# Upgrade existing tasks
harbor task update --scan .
# Create dataset
# Optionally include --author "name <email>" or --description
harbor init --dataset "<org>/<dataset-name>" # auto adds tasks from the current dir
# Publish
# Optionally add tags --tag "<tag>" --tag "<tag2>"
harbor publish "<--private/--public>" # defaults to private