
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@lobehub/cli
Advanced tools
LobeHub command-line interface.
| Task | Command |
|---|---|
| Run in dev mode | bun run dev -- <command> |
| Build the CLI | bun run build |
Link lh/lobe/lobehub into your shell | bun run cli:link |
| Remove the global link | bun run cli:unlink |
bun run build only generates dist/index.js.lh available in your shell, run bun run cli:link.lh, run rehash in zsh.By default the CLI connects to https://app.lobehub.com. To point it at a different server (e.g. a local instance):
| Method | Command | Persistence |
|---|---|---|
| Environment variable | LOBEHUB_SERVER=http://localhost:4000 bun run dev -- <command> | Current command only |
| Login flag | lh login --server http://localhost:4000 | Saved to ~/.lobehub/settings.json |
Priority: LOBEHUB_SERVER env var > settings.json > default official URL.
| Shell | Command |
|---|---|
zsh | source <(lh completion zsh) |
bash | source <(lh completion bash) |
| Shell | Command |
|---|---|
zsh | source <(bun src/index.ts completion zsh) |
bash | source <(bun src/index.ts completion bash) |
lh agent <Tab> shows agent subcommands instead of top-level commands.source <(...) command to reload it in the current shell session.lh binary by itself.which lh
lh --help
lh agent <TAB>
FAQs
LobeHub command-line interface.
We found that @lobehub/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.