Manage your kits and artifacts right from the terminal.
One binary installs your team's standards, keeps every machine in sync, and reports usage back — without anyone opening a dashboard.
One command to install
Add any kit or artifact to your project with a single command.
Stays aligned with your team
Keep your local setup in sync with what your organization distributes.
Automates the rollout
Roll out and configure tooling across all of your projects at once.
How do I install the HubBound CLI?
One line per platform. Then confirm it landed with hubbound version.
$ curl -fsSL https://raw.githubusercontent.com/aelindarte/hubbound-releases/main/install.sh | sh $ iwr https://raw.githubusercontent.com/aelindarte/hubbound-releases/main/install.ps1 -UseB | iex $ hubbound version What can the CLI do interactively?
Run hubbound manage to browse everything installed, switch between providers and fix what drifted — all without leaving the terminal.
What commands does the HubBound CLI have?
Grouped the way the CLI is: what you distribute, who you are, what runs in the background.
Distributions Install, sync and retire kits and artifacts.
hubbound install <artifact|kit> <author/name[@version]> Add a kit or artifact to this project.
hubbound sync Fetch your distributions and materialize files locally.
hubbound manage Browse and manage everything installed, interactively.
hubbound upgrade <kit|artifact> <author/name> | all Move to the latest version.
hubbound uninstall <artifact|kit> <author/name> Remove it from your local tools.
hubbound list Show everything installed on this machine.
Account & device Sign in with device code flow and check enrollment.
hubbound auth login Authenticate this machine via device code flow.
hubbound auth status Show who you're signed in as.
hubbound auth logout Clear the stored credentials.
hubbound device status Report this device's analytics enrollment state.
Daemon A background service keeps things synced and reports usage.
hubbound daemon install Register the daemon as a system service.
hubbound daemon start | stop | restart Control the running service.
hubbound daemon status See whether the service is healthy.
hubbound daemon health Check daemon health over HTTP.
Analytics & updates Push usage data and stay on a signed release.
hubbound analytics doctor Diagnose the analytics sync backlog, read-only.
hubbound analytics push Trigger an export and upload cycle.
hubbound update Check for and apply signed updates.
hubbound update status | check Report your version and what's available.
Troubleshooting When a tool integration drifts, start here.
hubbound doctor Diagnose your tool integrations.
hubbound doctor repair Restore missing configuration.
hubbound version Print the installed release.
hubbound docs Open this documentation in your browser.
Every flag, every subcommand.
The CLI reference covers each command in full, including global flags like --json, --no-tui and --debug.
See how it all connects.
Each piece of HubBound builds on the others. Pick where you want to go next.