Skip to content

Commit b15e35d

Browse files
authored
Merge pull request #581 from rusq/i580
Update list documentation
2 parents 1da67fc + d3286f0 commit b15e35d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

doc/usage-list.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ conversations, archived chats and public channels, run::
3434

3535
slackdump list channels
3636

37-
If the user list in your Slack Workspace is too large, you can skip the
38-
caching of users by specifying the ``-no-user-cache`` flag::
37+
If you need to resolve usernames, use the ``-resolve`` flag. If enabled,
38+
Slackdump will fetch all users from the workspace and match their IDs to
39+
usernames. NOTE, that it might take some time if the number of users in
40+
your workspace is large::
3941

40-
slackdump list channels -no-user-cache
42+
slackdump list channels -resolve
4143

4244
The output may look like this::
4345

slackdump.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ Disables caching of chunks for the
197197
.Cm convert
198198
command. This may be useful on small archives. For big archives caching is
199199
beneficial, as it allows to reduce the processing time.
200-
.It Fl no-user-cache
201-
Disables caching of users for the subcommands of the
202-
.Cm list
203-
command.
204200
.It Fl o Ar path
205201
Specifies the output directory or zip file where all data will be stored.
206202
If the path ends with
@@ -210,6 +206,10 @@ it will be stored in the directory.
210206
.It Fl only-new-users=true|false
211207
(resume command only) If set to true, inserts only new or updated users into
212208
the database on subsequent runs. Enabled by default.
209+
.It Fl resolve
210+
Enables caching of users for the subcommands of the
211+
.Cm list
212+
command.
213213
.It Fl time-from Ar YYYY-MM-DDTHH:MI:SS | YYYY-MM-DD
214214
Allows to specify the start time. The time is specified in the format
215215
.Dq YYYY-MM-DDTHH:MI:SS, or YYYY-MM-DD if only the date is needed.

0 commit comments

Comments
 (0)