Arguments
| Argument | Required | Description |
|---|---|---|
project_id | Yes | The project UUID |
staging_id | Yes | Staging ID returned from contracts upload |
Options
| Option | Short | Description |
|---|---|---|
--watch | -w | Poll for updates until all processing completes |
Behavior
- Without
--watch: fetches and prints the current status once - With
--watch: polls every 3 seconds, showing a live spinner with progress, and exits when both staging and extraction are complete - If staging failed, the error type and message are displayed
Output
Prints a status line with:| Field | Description |
|---|---|
| Staging ID | The staging identifier |
| Contract ID | The contract ID (available after staging completes) |
| Staging | Current staging stage (color-coded) |
| Staging Done | Whether staging has completed |
| Extraction Done | Whether extraction has completed |