You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/ruby/find-inactive-members/README.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
```
4
4
find_inactive_members.rb - Find and output inactive members in an organization
5
5
-c, --check Check connectivity and scope
6
-
-d, --date MANDATORY Date from which to start looking for activity
7
-
-e, --email Fetch the user email (can make the script take longer
6
+
-d, --date MANDATORY Date from which to start looking for activity (in a format parseable by the Ruby Date class: https://ruby-doc.org/stdlib/libdoc/date/rdoc/Date.html)
7
+
-e, --email Fetch the user email (can make the script take longer)
8
8
-o, --organization MANDATORY Organization to scan for inactive users
9
9
-v, --verbose More output to STDERR
10
10
-h, --help Display this help
11
11
```
12
12
13
-
This utility finds users inactive since a configured date, writes those users to a file `inactive_users.csv`.
13
+
This utility finds users inactive since the given date and writes those users to the file `inactive_users.csv`.
Members are defined as inactive if they **have not performed** any of the following actions in any repository in the specified **ORGANIZATION** since the specified **DATE**:
0 commit comments