CLI Reference

Command

bash
npx sentinelqa upload

Required environment variables

Sentinel Storage
bash
SENTINELQA_API_KEY=your_api_key
Bring Your Own S3
bash
SENTINELQA_API_KEY=your_api_key
SENTINELQA_S3_BUCKET=your_bucket
SENTINELQA_S3_REGION=your_region
SENTINELQA_S3_ACCESS_KEY_ID=your_access_key
SENTINELQA_S3_SECRET_ACCESS_KEY=your_secret_key

Options

OptionDescription
--configPlaceholder option description
--timeoutPlaceholder option description
--verbosePlaceholder option description

Exit codes

  • 0: Success
  • 1: Generic error
  • 2: Configuration error

JSON output

json
{
  "status": "success",
  "masterLink": "https://sentinelqa.example/link",
  "runId": "run_123"
}