New:System Graph 2.0See System Graph 2.0
Developer Tools

Zof CLI Reference

Powerful command-line interface for running tests, managing agents, and integrating Zof into your development workflow.

Terminal
$ npm install -g @zof-ai/cli

Quick Start

1

Install CLI

npm install -g @zof-ai/cli
2

Authenticate

zof auth login
3

Run Tests

zof test --type e2e

Command Reference

zof init

Initialize Zof in your project

Example

$ zof init --project my-app

Options

--projectProject name
--orgOrganization ID
--tokenAPI token (or use ZOF_TOKEN env)
zof test

Run tests against your application

Example

$ zof test --type e2e --env staging

Options

--typeTest type (e2e, api, security, load, etc.)
--envTarget environment
--parallelNumber of parallel workers
--timeoutTest timeout in seconds
zof agent

Manage AI testing agents

Example

$ zof agent list --active

Options

listList available agents
runRun a specific agent
statusCheck agent status
zof graph

Interact with the System Graph

Example

$ zof graph sync --branch main

Options

syncSync codebase to graph
queryQuery the graph
exportExport graph data
zof report

Generate and view test reports

Example

$ zof report --format html --output ./reports

Options

--formatOutput format (html, json, junit)
--outputOutput directory
--openOpen in browser after generation
zof ci

CI/CD pipeline integration

Example

$ zof ci run --wait --fail-fast

Options

--waitWait for completion
--fail-fastStop on first failure
--coverageInclude coverage report

Environment Variables

VariableDescriptionDefault
ZOF_TOKENAPI authentication token-
ZOF_ORG_IDOrganization identifier-
ZOF_PROJECTDefault project name-
ZOF_ENVTarget environmentstaging
ZOF_LOG_LEVELLogging verbosityinfo
ZOF_TIMEOUTDefault timeout (seconds)300

Related Resources

Kailangan ng Tulong?

Kailangan ng Tulong?

Narito ang aming team ng suporta upang tulungan kang masulit ang Zof.

01The operational surface

One surface for posture, operations, and what needs attention next.

The Zof home is not a marketing dashboard. It is the operational surface engineering, QA, and SRE teams use every day, quality posture, in-flight runs, coverage by module, and the actions a leader should look at next.

OPERATIONAL KPIs

  • Runs
  • Coverage
  • Risk

Live across every environment you ship to.

WORK SPINE

  • Specs
  • Tests
  • Schedules

From specification to scheduled regression.

GUARDRAILS

  • RBAC
  • SSO
  • audit

Every action attributable to a named human.

STAGING · LIVE/home
Zof AI home command center showing 12 runs at 94% pass, 3 open critical issues, 84% coverage, four module traceability bars, the specification pipeline, upcoming schedules, and recommended next actions with an active-runs sidebar.
Home view · Checkout Service · Staging · captured live from the product.
  • 01 · RUNS · 24H

    94% pass

    12 runs across staging

  • 02 · COVERAGE

    84%

    Across four modules

  • 03 · ACTIVE RUNS

    3 running

    Live on this branch

  • 04 · NEXT ACTIONS

    Recommended

    Triage gaps, new spec

Sanggunian ng CLI | Zof AI