CLI reference

Install the elnora CLI, authenticate, and explore every command — generated from the CLI's own command registry.

The elnora CLI gives you scriptable access to the Elnora platform. It ships 109 commands across 16 groups (plus standalone utilities below). Every page here is generated directly from the CLI's command registry, so it always matches the installed version.

Install

npm install -g @elnora-ai/cli
# or: brew install elnora-ai/tap/elnora

Authenticate

elnora auth login

Global flags

These apply to every command:

FlagDescription
--output <format>Output format (e.g. json, table).
--jsonShorthand for --output json.
--compactCompact output.
--fields <list>Limit output to specific fields.
--profile <name>Use a named auth profile.

Utility commands

CommandDescription
elnora setupInteractive first-time setup.
elnora doctorDiagnose your environment and auth.
elnora whoamiShow the current authenticated identity.
elnora openOpen Elnora resources in the browser.
elnora mcpRun the local MCP server.
elnora updateUpdate the CLI to the latest version.
elnora completionGenerate shell completions.

Command groups

  • account — Manage your account profile and legal agreements.
  • api-keys — Create, list, and revoke API keys for programmatic access.
  • audit — Read your organization's audit log.
  • auth — Authenticate the CLI and manage profiles (CLI-only).
  • feedback — Submit product feedback.
  • files — Upload, manage, and organize workspace files.
  • flags — Read feature flags.
  • folders — Create and manage folders.
  • health — Check platform and service health.
  • library — Manage your organization's shared library.
  • orgs — Manage organizations, members, and invitations.
  • projects — Create and manage projects and their members.
  • protocols — Generate and optimize bioprotocols.
  • review — Approve or reject Knowledge Base auto-tidy proposals.
  • search — Search across your knowledge base and content.
  • tasks — Drive the Elnora agent — create tasks and exchange messages.

Most of these operations are also available over the hosted MCP server. See MCP & integrations for the tool catalog and connection steps.

On this page