Docs Navigation
CLI Reference
Command
bash
npx sentinelqa uploadRequired environment variables
Sentinel Storage
bash
SENTINELQA_API_KEY=your_api_keyBring 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_keyOptions
| Option | Description |
|---|---|
| --config | Placeholder option description |
| --timeout | Placeholder option description |
| --verbose | Placeholder 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"
}