mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 09:01:50 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/immich
10
tldr/immich
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user