0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-28 00:59:18 -05:00
immich/cli
2024-04-20 20:17:39 +00:00
..
src feat(cli): Implement logic for --skip-hash (#8561) 2024-04-08 11:40:32 -04:00
.editorconfig
.eslintignore
.eslintrc.cjs chore(deps): update dependency eslint-plugin-unicorn to v52 (#8629) 2024-04-08 12:45:46 -04:00
.gitignore
.npmignore chore(cli): clean up files (#7955) 2024-03-14 13:09:27 -04:00
.prettierignore
.prettierrc
Dockerfile chore(deps): update node.js to ec0c413 (#8833) 2024-04-17 07:53:00 -04:00
LICENSE
package-lock.json Version v1.102.3 2024-04-20 20:17:39 +00:00
package.json chore(deps): update dependency eslint-plugin-unicorn to v52 (#8629) 2024-04-08 12:45:46 -04:00
README.md
tsconfig.json chore(cli): clean up files (#7955) 2024-03-14 13:09:27 -04:00
vite.config.ts refactor(cli): simplify (#7962) 2024-03-14 19:09:28 -04:00
vitest.config.ts

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 .