tealfabric_upload_document
Publish built package files to Tealfabric storage by uploading them to a specified destination directory. Provide the local file path; the file keeps its original name for delivery.
Instructions
Upload a file to Tealfabric documents storage. Use to publish built package files for delivery. The file is stored in destination_path using the uploaded file's name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Local filesystem path to the file to upload (e.g. ./dist/package.zip) | |
| tenant_id | No | Tenant ID (defaults to authenticated tenant) | |
| destination_path | Yes | Directory path on the server (without filename). File keeps its original name (e.g. packages/ or packages/reports/) |