improve create command and impl. auto sign patching

This commit is contained in:
Syping 2025-10-27 03:32:10 +01:00
parent 1c52b4145c
commit 6bf70113da
2 changed files with 110 additions and 42 deletions

View file

@ -26,8 +26,10 @@ ragephoto-cli get PGTA5123456789 json
# Getting Title
ragephoto-cli get PGTA5123456789 title
# Replacing JPEG (Patching Signature is required after)
# Replacing JPEG
ragephoto-cli set PGTA5123456789 --jpeg photo.jpg
# Patching Signature
ragephoto-cli set PGTA5123456789 --json "$(ragephoto-cli get PGTA5123456789 json \
| jq -c ".sign = $(ragephoto-cli get PGTA5123456789 sign)")"