2025-09-14 18:48:49 -06:00
|
|
|
# immich
|
|
|
|
|
|
|
|
|
|
> Immich에는 커멘드라인에서 특정 작업을 수행할 수 있는 커멘드라인 인터페이스 (CLI)가 있음.
|
2026-06-12 17:51:25 -06:00
|
|
|
> 관련 항목: `immich-go`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> 더 많은 정보: <https://docs.immich.app/features/command-line-interface/>.
|
2025-09-14 18:48:49 -06:00
|
|
|
|
|
|
|
|
- Immich 서버에 인증:
|
|
|
|
|
|
|
|
|
|
`immich login {{서버_주소/api}} {{서버_키}}`
|
|
|
|
|
|
|
|
|
|
- 일부 이미지 파일 업로드:
|
|
|
|
|
|
|
|
|
|
`immich upload {{파일1.jpg 파일2.jpg}}`
|
|
|
|
|
|
|
|
|
|
- 하위 디렉터리를 포함한 디렉터리 업로드:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`immich upload {{[-r|--recursive]}} {{경로/대상/디렉터리}}`
|
2025-09-14 18:48:49 -06:00
|
|
|
|
|
|
|
|
- 디렉터리를 기반으로 앨범 만들기:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`immich upload {{[-r|--recursive]}} {{경로/대상/디렉터리}} {{[-A|--album-name]}} "{{My summer holiday}}"`
|
2025-09-14 18:48:49 -06:00
|
|
|
|
|
|
|
|
- glob 패턴과 일치하는 리소스 건너뛰기:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`immich upload {{[-r|--recursive]}} {{경로/대상/디렉터리}} {{[-i|--ignore]}} {{**/Raw/** **/*.tif}}`
|
2025-09-14 18:48:49 -06:00
|
|
|
|
|
|
|
|
- 숨겨진 파일 포함:
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
`immich upload {{[-r|--recursive]}} {{경로/대상/디렉터리}} {{[-H|--include-hidden]}}`
|