We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe402b commit 2457430Copy full SHA for 2457430
README.md
@@ -37,6 +37,11 @@ go install github.com/faabiosr/imt@latest
37
imt login http://your-immich-server
38
```
39
40
+### Logout (remove the stored credentials)
41
+```sh
42
+imt logout
43
+```
44
+
45
### Create albums based on folder structure
46
```sh
47
# will create albums for the folders inside the `/home/user/photos`.
@@ -55,6 +60,12 @@ imt album auto-create --from-config example_auto_create.json
55
60
imt album auto-create -h
56
61
57
62
63
+### Server info
64
65
+# Shows server info
66
+imt info
67
68
58
69
## :toolbox: Development
59
70
71
### Requirements
0 commit comments