HarborHarbor
DocumentationGuidesPlugins
Get Started

Sign up and install hrbr

Install the real Harbor CLI and authenticate through inspect.

Install the CLI package:

npm i -g @zonko-ai/harbor
hrbr help

Verify or start auth with the real inspect surface:

hrbr inspect 'return await hrbr.auth.status()'
hrbr inspect 'return await hrbr.auth.start()'
hrbr inspect 'return await hrbr.workspace.current()'

To see or change workspace state, use inspect helpers:

hrbr inspect 'return await hrbr.workspace.list()'
hrbr inspect 'return await hrbr.workspace.switch({ target: "acme-team" })'

The public CLI command tree is intentionally small: help, inspect, exec, serve mcp, and update.