0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-01 02:51:27 -05:00
immich/cli
renovate[bot] 301c217303
fix(deps): update typescript-projects ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-08 23:44:48 -04:00
..
src feat(cli): Implement logic for --skip-hash () 2024-04-08 11:40:32 -04:00
.editorconfig
.eslintignore
.eslintrc.cjs chore(deps): update dependency eslint-plugin-unicorn to v52 () 2024-04-08 12:45:46 -04:00
.gitignore
.npmignore
.prettierignore
.prettierrc
Dockerfile chore(deps): update node.js to 7e22729 () 2024-04-08 22:34:09 -04:00
LICENSE
package-lock.json fix(deps): update typescript-projects () 2024-04-08 23:44:48 -04:00
package.json chore(deps): update dependency eslint-plugin-unicorn to v52 () 2024-04-08 12:45:46 -04:00
README.md
tsconfig.json
vite.config.ts
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 .