Linux command
immich-cli 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Upload photos
immich upload [/path/to/photos]
Upload with album
immich upload --album [AlbumName] [/path/to/photos]
Login to server
immich login [https://server] [api-key]
Check server info
immich server-info
Dry run upload
immich upload --dry-run [/path/to/photos]
说明
immich-cli is the command-line interface for Immich photo server. It enables bulk uploads and server management. The tool authenticates with API keys and uploads photos/videos. It supports album assignment and duplicate detection.
参数
- upload
- Upload files.
- login
- Authenticate with server.
- server-info
- Show server information.
- --album _NAME_
- Target album.
- --dry-run
- Simulate upload.
- --help
- Display help information.
FAQ
What is the immich-cli command used for?
immich-cli is the command-line interface for Immich photo server. It enables bulk uploads and server management. The tool authenticates with API keys and uploads photos/videos. It supports album assignment and duplicate detection.
How do I run a basic immich-cli example?
Run `immich upload [/path/to/photos]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does upload do in immich-cli?
Upload files.