Skip to content

Files

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 9, 2024
Jul 6, 2023
Dec 19, 2023
Mar 14, 2024
Jul 29, 2024
Jan 12, 2024
Feb 14, 2024
Aug 5, 2024
Feb 12, 2024
Nov 19, 2023
Aug 5, 2024
Aug 13, 2024
Aug 13, 2024
Mar 14, 2024
Jun 22, 2024
Jan 30, 2024

A command-line interface for interfacing with the self-hosted photo manager Immich.

Please see the Immich CLI documentation.

For developers

To run the Immich CLI from source, run the following in the cli folder:

$ npm run build
$ ts-node .

You'll need ts-node, the easiest way to install it is to use npm:

$ npm i -g ts-node

You can also build and install the CLI using

$ npm run build
$ npm install -g .