> ## Documentation Index
> Fetch the complete documentation index at: https://jetify-dependabot-npm-and-yarn-npm-and-yarn-387f502f5a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Testpilot CLI Reference

> Complete command-line reference for Testpilot. Learn all CLI commands, options, and flags for running and managing tests.

The Testpilot CLI provides powerful command-line tools for running tests, managing authentication,
and handling reports.

<CardGroup cols={2}>
  <Card title="testpilot" icon="terminal" href="/docs/testpilot/reference/cli/testpilot">
    Main CLI tool for AI-powered end-to-end testing.
  </Card>

  <Card title="testpilot auth" icon="key" href="/docs/testpilot/reference/cli/testpilot-auth">
    Manage your Testpilot account and authentication.
  </Card>

  <Card title="testpilot auth login" icon="log-in" href="/docs/testpilot/reference/cli/testpilot-auth-login">
    Log in to your Testpilot account.
  </Card>

  <Card title="testpilot auth logout" icon="log-out" href="/docs/testpilot/reference/cli/testpilot-auth-logout">
    Log out from your current session.
  </Card>

  <Card title="testpilot auth whoami" icon="user" href="/docs/testpilot/reference/cli/testpilot-auth-whoami">
    Display information about the current user.
  </Card>

  <Card title="testpilot generate" icon="sparkles" href="/docs/testpilot/reference/cli/testpilot-generate">
    Generate test plans from natural language descriptions.
  </Card>

  <Card title="testpilot install" icon="download" href="/docs/testpilot/reference/cli/testpilot-install">
    Download and install required dependencies.
  </Card>

  <Card title="testpilot report" icon="chart" href="/docs/testpilot/reference/cli/testpilot-report">
    View and manage test execution reports.
  </Card>

  <Card title="testpilot report merge" icon="merge" href="/docs/testpilot/reference/cli/testpilot-report-merge">
    Combine multiple test reports into a single report.
  </Card>

  <Card title="testpilot test" icon="play" href="/docs/testpilot/reference/cli/testpilot-test">
    Execute test scenarios from pilot plan files.
  </Card>

  <Card title="testpilot version" icon="tag" href="/docs/testpilot/reference/cli/testpilot-version">
    Check version information and update the CLI.
  </Card>

  <Card title="testpilot version update" icon="refresh-cw" href="/docs/testpilot/reference/cli/testpilot-version-update">
    Update the Testpilot launcher and binary to the latest version.
  </Card>
</CardGroup>

## Getting Help

* Use `testpilot --help` for general help
* Use `testpilot [command] --help` for command-specific help
* Check the [Getting Started](/docs/testpilot/getting-started/) section for tutorials
* Review the [Pilotfile Reference](/docs/testpilot/pilotfile-reference) for configuration
  options
