Commands for local workflows

CLI reference

Reference material for running the proxy, packaging the app, validating builds, and debugging local traces.

Common commands

The CLI surface is evolving with the proxy. These commands document the local development workflow.

  • npm run dev
  • npm run build
  • npm run package:dmg
  • npm run smoke:e2e
$ npm run dev
$ npm run build
$ npm run package:dmg
$ npm run smoke:e2e

Proxy operations

Future CLI commands will expose provider setup, cache inspection, trace export, and replay utilities.