immich/cli
Jonathan Jogenfors 6e853e2a9d
fix(cli): Run npm ci in sdk folder before deploying to npm (#6986)
* fix cli path

* run npm ci in sdk folder

* version bump

* build sdk before publishing cli

* dry run publish

* build cli

* fix(ci): Push CLI latest tag

* remove dry run flag

---------

Co-authored-by: bo0tzz <git@bo0tzz.me>
2024-02-11 23:41:29 +01:00
..
src chore: remove unneccessary async/awaits (#7009) 2024-02-10 00:12:51 +00:00
test chore: tree shake unused API methods from CLI (#6973) 2024-02-09 15:53:37 -05:00
.editorconfig
.eslintignore
.eslintrc.cjs
.gitignore
.npmignore
.prettierignore
.prettierrc
Dockerfile feat(cli): dockerize (#6858) 2024-02-06 12:17:15 +01:00
LICENSE
package-lock.json chore: tree shake unused API methods from CLI (#6973) 2024-02-09 15:53:37 -05:00
package.json fix(cli): Run npm ci in sdk folder before deploying to npm (#6986) 2024-02-11 23:41:29 +01:00
README.md
testSetup.js
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 .