Update README with --raw flag for view command

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gilesb
2026-01-12 17:53:42 +00:00
parent d69ed09575
commit 1a768370f6

View File

@@ -117,9 +117,10 @@ artdag upload-effect <filepath>
artdag cache [--limit N] [--offset N] [--type all|image|video|audio]
# View/download cached content
artdag view <cid> # Show info
artdag view <cid> -o output.mp4 # Download to file
artdag view <cid> -o - | mpv - # Pipe to player
artdag view <cid> # Show metadata (size, type, friendly name)
artdag view <cid> --raw # Get raw content info
artdag view <cid> -o output.mp4 # Download raw file
artdag view <cid> -o - | mpv - # Pipe raw content to player
# Upload file to cache and IPFS
artdag upload <filepath>