[PR #3864] [MERGED] fix(admin-cli): Fixes immich-admin because npm bin does not like arguments #10140

Closed
opened 2026-02-05 14:16:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/3864
Author: @danieldietzler
Created: 8/25/2023
Status: Merged
Merged: 8/27/2023
Merged by: @alextran1502

Base: mainHead: main


📝 Commits (3)

  • 21553a1 fix admin cli
  • cbca132 move script to bin, actually pass arguments
  • 641c9f8 remove accidentally created package-lock.json

📊 Changes

4 files changed (+5 additions, -3 deletions)

View changed files

server/bin/admin-cli.sh (+2 -0)
📝 server/package-lock.json (+1 -1)
📝 server/package.json (+1 -1)
📝 server/start.sh (+1 -1)

📄 Description

This addresses the broken immich-admin cli.

Closes #3715.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/3864 **Author:** [@danieldietzler](https://github.com/danieldietzler) **Created:** 8/25/2023 **Status:** ✅ Merged **Merged:** 8/27/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`21553a1`](https://github.com/immich-app/immich/commit/21553a10e3a17233b55b3f41262c4a3ab4d542f9) fix admin cli - [`cbca132`](https://github.com/immich-app/immich/commit/cbca132ff5f1ee5faf898a001d527078cf945d26) move script to bin, actually pass arguments - [`641c9f8`](https://github.com/immich-app/immich/commit/641c9f899e64663687874c5c0d78765b9f60940f) remove accidentally created package-lock.json ### 📊 Changes **4 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `server/bin/admin-cli.sh` (+2 -0) 📝 `server/package-lock.json` (+1 -1) 📝 `server/package.json` (+1 -1) 📝 `server/start.sh` (+1 -1) </details> ### 📄 Description This addresses the broken immich-admin cli. Closes #3715. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:16:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#10140