immich/cli
renovate[bot] 9e60c107ca
chore(deps): update node (#11322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-24 16:13:24 -04:00
..
src feat(cli): use a queue for duplicate and upload (#10750) 2024-07-08 22:39:07 -05:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmignore
.nvmrc chore(deps): update dependency node to v20.15.1 (#10969) 2024-07-09 06:56:25 -04:00
.prettierignore
.prettierrc
Dockerfile chore(deps): update node (#11322) 2024-07-24 16:13:24 -04:00
LICENSE
package-lock.json chore(deps): update node (#11322) 2024-07-24 16:13:24 -04:00
package.json chore(deps): update node (#11322) 2024-07-24 16:13:24 -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 .