Skip to content

Translation out of date

The source content changed after this translation. See the Português version. View original

Commands

All hinow-cli commands, grouped.

Updated on Sep 16, 2026

hinow-cli --help lists everything; hinow-cli <command> --help details each one. The main ones:

Account and machine

CommandWhat it does
hinow-cli loginLog into your HINOW account (-u, -p, --code, --organization, --project)
hinow-cli logoutLog out of your account on this machine
hinow-cli statusAccount, organization, project, HINOW Connect status and bridge status
hinow-cli connect <action>online, offline, allow, ask, deny, status, devices

Work

CommandWhat it does
hinow-cli [folder]Opens the interface in the folder (default: current). -c continues the last session; -m chooses the model
hinow-cli run [request]A request without the interface. --format json, -f, --variant, --machine, --attach
hinow-cli serveHeadless server: local API + HINOW Connect bridge. --policy, --port, --autoupdate
hinow-cli service <action>install [serve flags], uninstall, status, restart: the serve as a service that starts with the machine
hinow-cli attach <url>Connects the interface to a running serve (--mini for the compact version)
hinow-cli webStarts the server and opens the web interface in your browser
hinow-cli pr <number>Downloads a GitHub PR branch and opens HiNow Code on it

Sessions and data

CommandWhat it does
hinow-cli session listLists the project's sessions
hinow-cli session delete <id>Deletes a session
hinow-cli export [id]Exports a session as JSON (--sanitize removes sensitive data)
hinow-cli import <file|url>Imports an exported or shared session
hinow-cli statsTokens and cost by period, tool, and model
hinow-cli models [provider]Available models (--verbose includes costs)

Extensions

CommandWhat it does
hinow-cli agentCreate and manage agents (~/.config/hinow/agents)
hinow-cli mcpMCP servers (Model Context Protocol)
hinow-cli plugin <module>Install a plugin
hinow-cli acpACP server (Agent Client Protocol), for editors
hinow-cli githubThe GitHub agent

Program

CommandWhat it does
hinow-cli upgrade [version]Update to the latest, or to a specific version
hinow-cli uninstallRemove the program (--keep-config, --keep-data, --dry-run)
hinow-cli --versionThe installed version
hinow-cli completionShell autocompletion

Global options

OptionWhat it does
--print-logs, --log-levelLogs on screen (DEBUG, INFO, WARN, ERROR)
--pureWithout external plugins
--port, --hostnamePort and address of the local server