Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-04 00:21:33 +00:00
parent 1079e2c07a
commit 34bb7e5998
20 changed files with 205 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# immich
> Immich command-line interface (CLI) that allows you to perform certain actions.
> Manage Immich servers.
> See also: `immich-go`.
> More information: <https://immich.app/docs/features/command-line-interface/>.
@@ -19,16 +19,16 @@ source: https://github.com/tldr-pages/tldr.git
- Upload a directory including subdirectories:
`immich upload --recursive {{path/to/directory}}`
`immich upload {{[-r|--recursive]}} {{path/to/directory}}`
- Create an album based on a directory:
`immich upload --album-name "{{My summer holiday}}" --recursive {{path/to/directory}}`
`immich upload {{[-r|--recursive]}} {{path/to/directory}} {{[-A|--album-name]}} "{{My summer holiday}}"`
- Skip assets matching a glob pattern:
`immich upload --ignore {{**/Raw/** **/*.tif}} --recursive {{path/to/directory}}`
`immich upload {{[-r|--recursive]}} {{path/to/directory}} {{[-i|--ignore]}} {{**/Raw/** **/*.tif}}`
- Include hidden files:
`immich upload --include-hidden --recursive {{path/to/directory}}`
`immich upload {{[-r|--recursive]}} {{path/to/directory}} {{[-H|--include-hidden]}}`