mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-11-09 13:15:17 +01:00
improve create command and impl. auto sign patching
This commit is contained in:
parent
1c52b4145c
commit
6bf70113da
2 changed files with 110 additions and 42 deletions
|
|
@ -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)")"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue