Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt

Use this file to discover all available pages before exploring further.

Status

@runtools/cli is not published on the public npm registry yet. Run it from source.

From Source

cd runtools-cli
npm install
npm run build
node dist/index.js --help
For local development:
bun run src/index.ts --help
If you want a local shell alias while developing:
alias runtools='node /absolute/path/to/runtools-cli/dist/index.js'

Requirements

  • Node.js 20+ for the bundled output
  • Bun for the development command
  • A Runtools account and API key or browser login

Verify

runtools --version
runtools auth status

Next Step

Authentication

Sign in or store an API key.