Skip to content

Commit 2457430

Browse files
committed
Document info and logout commands
1 parent cbe402b commit 2457430

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ go install github.com/faabiosr/imt@latest
3737
imt login http://your-immich-server
3838
```
3939

40+
### Logout (remove the stored credentials)
41+
```sh
42+
imt logout
43+
```
44+
4045
### Create albums based on folder structure
4146
```sh
4247
# 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
5560
imt album auto-create -h
5661
```
5762

63+
### Server info
64+
```sh
65+
# Shows server info
66+
imt info
67+
```
68+
5869
## :toolbox: Development
5970

6071
### Requirements

0 commit comments

Comments
 (0)