Arguments
| Argument | Required | Description |
|---|---|---|
project_id | Yes | The project UUID |
file_path | No | Path to the statement file |
Options
| Option | Short | Description |
|---|---|---|
--base64 <string> | — | Base64-encoded file content (alternative to file_path) |
--file-name <name> | — | File name (required with --base64) |
Behavior
- You must provide either
file_pathor--base64, but not both - When using
--base64,--file-nameis required - On success, prints the staging ID and a hint to track progress with
royaltyport statements status
Output
Prints a table with upload details:| Field | Description |
|---|---|
| Staging ID | Unique identifier for tracking processing progress |
| Staging Stage | Current processing stage (queued, processing, completed, failed) |
| Staging Done | Whether staging (pre-processing) has completed |
| Processing Done | Whether statement processing has completed |
| Created At | Upload timestamp |