Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 2.47 KB

File metadata and controls

66 lines (52 loc) · 2.47 KB
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.

Documentation

This index lists every file in docs/. The README lives at the repo root and links here for anything beyond install + quickstart.

Onboarding

  • 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

Commands

  • Accounts & workspaceslogin, signup, whoami, workspace, user
  • Trackerproject, issue, component, milestone, issue-template
  • Collaborationcomment, channel, dm, thread, activity
  • Knowledgecard, card-space, master-tag, document, teamspace
  • Planningaction, schedule, time
  • Calendarcalendar, recurring events
  • Platformspace, space-type, association, relation, project-type, task-type, issue-status, notification, approval

Guides

  • 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

Reference

  • 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

Advanced

Contributing

  • Development — conventions, adding a new command, build commands