You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-07 23:03:36 +02:00
chore: add CLI tool to the server image (#2999)
* WIP: Added immich cli tool to `immich-server` image * WIP: Added doc entry to show it is preinstalled * WIP: Moved immich upload cli to `immich` and default to `immich-admin` * WIP: undid previous commit * WIP: Updated server docs with new `immich-admin` command
This commit is contained in:
1
server/bin/admin-cli.sh
Executable file
1
server/bin/admin-cli.sh
Executable file
@ -0,0 +1 @@
|
||||
node ./dist/main cli "$@"
|
@ -1 +1 @@
|
||||
node ./dist/main cli "$@"
|
||||
node ./node_modules/immich/bin/index "$@"
|
||||
|
Reference in New Issue
Block a user