From 1a768370f696dfbf5d91285056161e7c2b396d5d Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 12 Jan 2026 17:53:42 +0000 Subject: [PATCH] Update README with --raw flag for view command Co-Authored-By: Claude Opus 4.5 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b98443b..80a8268 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,10 @@ artdag upload-effect artdag cache [--limit N] [--offset N] [--type all|image|video|audio] # View/download cached content -artdag view # Show info -artdag view -o output.mp4 # Download to file -artdag view -o - | mpv - # Pipe to player +artdag view # Show metadata (size, type, friendly name) +artdag view --raw # Get raw content info +artdag view -o output.mp4 # Download raw file +artdag view -o - | mpv - # Pipe raw content to player # Upload file to cache and IPFS artdag upload