1
0
mirror of https://github.com/immich-app/immich.git synced 2025-03-06 16:16:48 +02:00
Jonathan Jogenfors 31eb4790dc
feat(cli): dockerize (#6858)
* import dockerfile from old cli

* build works

* rename login command

* bump packages

* fix login command

* chore: remove axios dependency from CLI

* move immich script path

* can build docker

* wip

* wip

* don't externalize sdk

* can run docker

* improve entrypoint

* can save auth state between runs

* add docs

* clarify reqs

* fix lint

* bump alpine to 3.19

* add env files for api key

* remove immich cli GHA for now

* Update docs/docs/features/command-line-interface.md

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>

* remove redundant env variable check

* cleanup

* speling

---------

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2024-02-06 12:17:15 +01:00
..
2024-02-06 12:17:15 +01:00
2024-02-06 12:17:15 +01:00
2023-07-06 09:37:47 -05:00
2023-07-06 09:37:47 -05:00
2023-12-18 20:29:26 -06:00
2023-12-18 20:29:26 -06:00
2024-01-12 07:36:27 -05:00
2023-07-06 09:37:47 -05:00
2024-02-06 12:17:15 +01:00
2023-11-20 14:04:20 +01:00
2024-02-06 12:17:15 +01:00
2024-02-06 12:17:15 +01:00
2023-11-19 16:41:42 -06:00
2023-07-06 09:37:47 -05:00

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 .