Hugind CLI Manual
April 1, 2026 ยท View on GitHub
NAME
hugind - command-line interface for agents, configs, models, the server, and the stdio bridge.
SYNOPSIS
hugind <command> [options]
DESCRIPTION
hugind provides a small set of top-level commands for managing agents,
configurations, models, and a server. If a command fails,
hugind prints an error and exits with code 1.
COMMANDS
hugind agent ...-- run, install, list, remove, teamhugind config ...-- list, validate, init, defaults, info, removehugind model ...-- add, show, list, remove, migratehugind server ...-- start, list, stophugind stdio-- stdio bridge for desktop/app integration
hugind agent
See docs/cli_agent.md.
hugind config
See docs/cli_config.md.
hugind model
See docs/cli_model.md.
hugind server
See docs/cli_server.md.
hugind stdio
See docs/stdio_bridge.md.
ENVIRONMENT
HUGIND_TRACE=1-- enable trace output for agentic execution
HELP
Run hugind --help or hugind <command> --help to see all flags and options.