| title | Documentation |
|---|---|
| description | Full reference index for huly-cli — every command, guide, and reference page for the AI-agent-first CLI for self-hosted Huly. |
This index lists every file in docs/. The README lives at the repo
root and links here for anything beyond install + quickstart.
- Getting started — config files, auth modes, signup, the Agent Skill, troubleshooting first-run
- Usage — global flags, output modes, ref resolution, writing markup correctly
- Security — what the CLI does and doesn't do, credential storage, threat model
- Accounts & workspaces —
login,signup,whoami,workspace,user - Tracker —
project,issue,component,milestone,issue-template - Collaboration —
comment,channel,dm,thread,activity - Knowledge —
card,card-space,master-tag,document,teamspace - Planning —
action,schedule,time - Calendar —
calendar, recurring events - Platform —
space,space-type,association,relation,project-type,task-type,issue-status,notification,approval
- Workflows — bootstrap a project, bulk-archive, daily report, copy issues between projects, orphan cleanup
- Migration — from
huly-mcp, the SDK, the REST API, or the web UI
- CLI behavior — smart defaults, caches, filtering, idempotency, error exits, prompts, pooling
- Platform behavior — cascades, triggers, permissions, integrations, calendar quirks, locking
- Environment variables — every
HULY_*var, credential file locations, reset recipe - Model surface — class ID reference and plugin/surface map
- Escape hatches —
huly apiandhuly wsfor raw RPCs - CLI architecture — source layout, connection flow, markup handling
- Server architecture — services, database, transactions, backups, upgrades
- Development — conventions, adding a new command, build commands