ghostboard / ghost-purge-images

CLI tool to display & purge the uploaded images, video and audio files that currently are not used in any post, page or meta data
MIT License
90 stars 4 forks source link

Ghost 3 support #5

Closed remjx closed 4 years ago

remjx commented 4 years ago

When I run

/var/lib/ghost# ghost-purge-images display --content-key=<myContentKey> --admin-key=<myAdminKey>

in Ghost 3.3.0 I get this error: Error: API Pages - Not valid response

Can someone confirm Ghost 3 is not supported at the moment?

cc @dburgos

dburgos commented 4 years ago

hey @markjackson02 ,

Previously were using Ghost Content API v2, some minutes ago ghost-purge-images@v3.0.0 was released to support v3

Please let me know any issue you may find to help you, thanks

remjx commented 4 years ago

Thanks!! I will give it a try and open another ticket if I have any issues.