Skip to main content
Inspect and manage the storage provider’s resources.

tai storage delete

Delete a storage resource. Example: tai storage delete notes/todo.txt

tai storage delete-dir

Delete a storage directory subtree. Example: tai storage delete-dir notes

tai storage download

Download a resource’s raw content to stdout. Example: tai storage download notes/todo.txt

tai storage info

Show the registered storage provider’s identity (or the empty state). Example: tai storage info

tai storage list

List the storage resource ids. Example: tai storage list

tai storage stat

Show a resource’s inferred content type. Example: tai storage stat images/logo.png

tai storage upload

Upload a resource — exactly one of --text or --base64. An existing id is overwritten. Example: tai storage upload notes/todo.txt --text 'buy milk'