0.44.0 • Published 2 years ago

@souptik/immich v0.44.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

IMMICH CLI

Note: This is a forked version of the official Immich CLI providing an extra command for deleting assets. Original Github Repo --> Forked Github Repo.

For deleting all images of an album:

immich delete --key <key> --server https://example.com/api --album <album_id>

For deleting all images within a given timeframe:

immich delete --key <key> --server https://example.com/api --date_lower_limit "2 July 2023" --date_upper_limit "10 July 2023"

CLI utilities to help with some operations with the Immich app

You can find instructions for using the CLI in the official Immich documentation.