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
{{ message }}
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
program.version('1.0.0','-v, --version','Output the current version')
10
-
.option('-t, --token <string>','the token to access the API (mandatory)')
11
-
.option('-o, --org <string>','the organization we want to extract the audit log from')
12
-
.option('-cfg, --config <string>','location for the config yaml file. Default ".ghec-audit-log"','./.ghec-audit-log')
13
-
.option('-p, --pretty','prints the json data in a readable format',false)
14
-
.option('-l, --limit <number>','a maximum limit on the number of items retrieved')
15
-
.option('-c, --cursor <string>','if provided, this cursor will be used to query the newest entries from the cursor provided. If not present,\n'+
16
-
' the result will contain all the audit log from the org');
11
+
.option('-t, --token <string>','the token to access the API (mandatory)')
12
+
.option('-o, --org <string>','the organization we want to extract the audit log from')
13
+
.option('-cfg, --config <string>','location for the config yaml file. Default ".ghec-audit-log"','./.ghec-audit-log')
14
+
.option('-p, --pretty','prints the json data in a readable format',false)
15
+
.option('-l, --limit <number>','a maximum limit on the number of items retrieved')
16
+
.option('-f, --file <string>','the output file where the result should be printed')
17
+
.option('-c, --cursor <string>','if provided, this cursor will be used to query the newest entries from the cursor provided. If not present, the result will contain all the audit log from the org');
0 commit comments