0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05:00
immich/cli
Kokul Shanmugharajah d1e6843f3e
feat(cli) CLI when uploading photo.EXT, it detects both photo.EXT.xmp and photo.xmp (#8186)
* Initial implementation

* chore: remove duplicate access check

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2024-03-22 13:00:27 +00:00
..
src feat(cli) CLI when uploading photo.EXT, it detects both photo.EXT.xmp and photo.xmp (#8186) 2024-03-22 13:00:27 +00:00
.editorconfig
.eslintignore
.eslintrc.cjs refactor(cli): simplify (#7962) 2024-03-14 19:09:28 -04:00
.gitignore
.npmignore chore(cli): clean up files (#7955) 2024-03-14 13:09:27 -04:00
.prettierignore
.prettierrc chore(cli): auto-sort imports (#7116) 2024-02-14 09:55:40 -05:00
Dockerfile chore(deps): update node.js to bf77dc2 (#8063) 2024-03-20 14:38:48 -04:00
LICENSE
package-lock.json Version v1.99.0 2024-03-20 14:50:57 +00:00
package.json refactor(cli): simplify (#7962) 2024-03-14 19:09:28 -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 .