0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-21 00:52:43 -05:00
immich/cli
renovate[bot] 2934676594
chore(deps): update node (#10741)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-02 11:09:15 +01:00
..
src fix(cli): fix broken --album on Windows. (#10626) 2024-06-26 11:12:30 -05: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
.nvmrc fix(deps): update typescript-projects (#10611) 2024-06-24 23:00:09 -04:00
.prettierignore
.prettierrc
Dockerfile chore(deps): update node (#10741) 2024-07-02 11:09:15 +01:00
LICENSE
package-lock.json chore(deps): update node (#10741) 2024-07-02 11:09:15 +01:00
package.json chore(deps): update node (#10741) 2024-07-02 11:09:15 +01:00
README.md
tsconfig.json chore(cli): clean up files (#7955) 2024-03-14 13:09:27 -04:00
vite.config.ts fix(cli): handle patterns correctly on Windows (#10430) 2024-06-21 17:09:02 -07: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 .