thru-cli uploader when you need the lower-level upload-buffer lifecycle rather than managed program operations.
Use This When
- you want to upload a binary without going through the managed
programflow - you need to inspect or clean up uploader accounts directly
- you want the higher-level managed workflow: Program Commands
Commands
| Command | Use it for |
|---|---|
upload | Upload a program binary through uploader accounts. |
cleanup | Remove uploader-related accounts for a seed. |
status | Inspect uploader account state for a seed. |
High-Signal Flags
| Flag | Why it matters |
|---|---|
--uploader | Override the configured uploader program ID. |
--chunk-size | Control chunk sizing for upload transactions. |
Minimal Pattern
Notes
- Prefer
program createorprogram upgradefor most app-facing deployment tasks. - Use
cleanupwhen a previous upload left partial uploader state behind.