How do I install Harbor CLI on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id GoHarbor.Harbor --exact --version 0.0.8. winget downloads the installer from Harbor and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Harbor CLI silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id GoHarbor.Harbor --exact 0.0.8 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Harbor CLI via winget?⌄
Run: winget uninstall --id GoHarbor.Harbor --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Harbor CLI's Apps & Features entry.
Is Harbor CLI free?⌄
Harbor CLI is distributed under Apache License 2.0. Refer to the publisher (https://goharbor.io/) for the full license terms - Wingetly itself does not charge for installation.
Does Harbor CLI work on Windows 10?⌄
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Harbor CLI directly from the publisher.
How do I keep Harbor CLI up to date?⌄
Run winget upgrade --id GoHarbor.Harbor --exact, or winget upgrade --all to update everything winget tracks. We index 5 versions of Harbor CLI from microsoft/winget-pkgs.