Skip to content

Advanced workflow

CLI and CI

Use a personal access token to start and monitor TimetoTest work from terminal workflows.

Setup

  1. 1Install the CLI.
  2. 2Mint a personal access token from the authenticated account flow.
  3. 3Store the raw token only in a secret manager.
  4. 4Pass the project scope and target details required by the run.

Run

npm i -g @timetotest/cli
ttt --help

Limits

PATs are project-scoped and do not replace billing or permission checks. CLI code mode requires the local code tools expected by that execution surface.

Next step